#CC74CB

Color #CC74CB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CC74CB

Tints of Orchid #CC74CB

Color information

#CC74CB (or 0xCC74CB) is unknown color: approx Orchid. HEX triplet: CC, 74 and CB. RGB value is (204,116,203). Sum of RGB (Red+Green+Blue) = 204+116+203=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC74CB is #338B34. Grayscale: #979797. Windows color (decimal): -3377973 or 13333708. OLE color: 13333708.

HSL color Cylindrical-coordinate representation of color #CC74CB: hue angle of 300.68º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC74CB is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB204116203-
CMYK00.430.000.2
HSL300.68º46.32%62.75%-
HSV(B)300.68º43.14%80%-
XYZ41.9329.6460.01-
YUV152.23156.65164.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 39.01%
GREEN value IS 116 (45.70% from 255) = 22.18%
BLUE value IS 203 (79.69% from 255) = 38.81%
R=39.01%
G=22.18%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411620300.430.000.2300.6846.3262.75
HexCC74CB02B01412d2e3f
Octal3141643130530244555677
Binary110011001110100110010110101011010100100101101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC74CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC74CB; }

 p { color: rgb(204,116,203); }

 H1.HeaderClassName
 {
   color: #CC74CB;
 }
 .AnyTagClassName
 {
   color: #CC74CB;
 }
</style>
background-color css

<style>
 a { background-color: #CC74CB; }

 a { background-color: rgb(204,116,203); }

 div.DivClassName
 {
   background-color: #CC74CB;
 }
 .BgClassName
 {
   background-color: #CC74CB;
 }
</style>
border-color css

<style>
 span { border-color: #CC74CB; }

 span { border-color: rgb(204,116,203); }

 td.TdClassName
 {
   border-color: #CC74CB;
 }
 .TagClassName
 {
   border-color: #CC74CB;
 }
</style>