#CC79CD

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

Shades of Orchid #CC79CD

Tints of Orchid #CC79CD

Color information

#CC79CD (or 0xCC79CD) is unknown color: approx Orchid. HEX triplet: CC, 79 and CD. RGB value is (204,121,205). Sum of RGB (Red+Green+Blue) = 204+121+205=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC79CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC79CD is #338632. Grayscale: #9B9B9B. Windows color (decimal): -3376691 or 13466060. OLE color: 13466060.

HSL color Cylindrical-coordinate representation of color #CC79CD: hue angle of 299.29º degrees, saturation: 0.46, 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 #CC79CD is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB204121205-
CMYK0.000.4100.20
HSL299.29º45.65%63.92%-
HSV(B)299.29º40.98%80.39%-
XYZ42.7630.9261.47-
YUV155.39156162.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 121 (47.66% from 255) = 22.83%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=38.49%
G=22.83%
B=38.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2041212050.000.4100.20299.2945.6563.92
HexCC79CD02901412b2e40
Octal31417131505102445356100
Binary1100110011110011100110101010010101001001010111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC79CD; }

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

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

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

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

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

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

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

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