#CD79C9

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

Shades of Orchid #CD79C9

Tints of Orchid #CD79C9

Color information

#CD79C9 (or 0xCD79C9) is unknown color: approx Orchid. HEX triplet: CD, 79 and C9. RGB value is (205,121,201). Sum of RGB (Red+Green+Blue) = 205+121+201=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 121 (47.66% from 255 or 22.96% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD79C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD79C9 is #328636. Grayscale: #9B9B9B. Windows color (decimal): -3311159 or 13203917. OLE color: 13203917.

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

Color convert

RGB205121201-
CMYK00.410.020.20
HSL302.86º45.65%63.92%-
HSV(B)302.86º40.98%80.39%-
XYZ42.5630.8758.97-
YUV155.24153.83163.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.90%
GREEN value IS 121 (47.66% from 255) = 22.96%
BLUE value IS 201 (78.91% from 255) = 38.14%
R=38.90%
G=22.96%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512120100.410.020.20302.8645.6563.92
HexCD79C902921412f2e40
Octal31517131105122445756100
Binary11001101111100111001001010100110101001001011111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD79C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD79C9; }

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

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

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

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

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

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

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

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