#CC79CA

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

Shades of Orchid #CC79CA

Tints of Orchid #CC79CA

Color information

#CC79CA (or 0xCC79CA) is unknown color: approx Orchid. HEX triplet: CC, 79 and CA. RGB value is (204,121,202). Sum of RGB (Red+Green+Blue) = 204+121+202=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CC79CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79CA is #338635. Grayscale: #9A9A9A. Windows color (decimal): -3376694 or 13269452. OLE color: 13269452.

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

Color convert

RGB204121202-
CMYK00.410.010.2
HSL301.45º44.86%63.73%-
HSV(B)301.45º40.69%80%-
XYZ42.430.7859.58-
YUV155.05154.5162.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 121 (47.66% from 255) = 22.96%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=38.71%
G=22.96%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412120200.410.010.2301.4544.8663.73
HexCC79CA02911412d2d40
Octal31417131205112445555100
Binary1100110011110011100101001010011101001001011011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79CA; }

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

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

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

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

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

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

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

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