#CC79C7

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

Shades of Orchid #CC79C7

Tints of Orchid #CC79C7

Color information

#CC79C7 (or 0xCC79C7) is unknown color: approx Orchid. HEX triplet: CC, 79 and C7. RGB value is (204,121,199). Sum of RGB (Red+Green+Blue) = 204+121+199=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79C7 is #338638. Grayscale: #9A9A9A. Windows color (decimal): -3376697 or 13072844. OLE color: 13072844.

HSL color Cylindrical-coordinate representation of color #CC79C7: hue angle of 303.61º 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 #CC79C7 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB204121199-
CMYK00.410.020.2
HSL303.61º44.86%63.73%-
HSV(B)303.61º40.69%80%-
XYZ42.0530.6457.73-
YUV154.71153163.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 121 (47.66% from 255) = 23.09%
BLUE value IS 199 (78.12% from 255) = 37.98%
R=38.93%
G=23.09%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412119900.410.020.2303.6144.8663.73
HexCC79C70292141302d40
Octal31417130705122446055100
Binary11001100111100111000111010100110101001001100001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79C7; }

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

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

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

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

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

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

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

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