#CC79CB

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

Shades of Orchid #CC79CB

Tints of Orchid #CC79CB

Color information

#CC79CB (or 0xCC79CB) is unknown color: approx Orchid. HEX triplet: CC, 79 and CB. RGB value is (204,121,203). Sum of RGB (Red+Green+Blue) = 204+121+203=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79CB is #338634. Grayscale: #9A9A9A. Windows color (decimal): -3376693 or 13334988. OLE color: 13334988.

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

Color convert

RGB204121203-
CMYK00.410.000.2
HSL300.72º44.86%63.73%-
HSV(B)300.72º40.69%80%-
XYZ42.5230.8260.21-
YUV155.16155162.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 121 (47.66% from 255) = 22.92%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=38.64%
G=22.92%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412120300.410.000.2300.7244.8663.73
HexCC79CB02901412d2d40
Octal31417131305102445555100
Binary1100110011110011100101101010010101001001011011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79CB; }

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

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

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

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

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

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

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

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