#CD76C9

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

Shades of Orchid #CD76C9

Tints of Orchid #CD76C9

Color information

#CD76C9 (or 0xCD76C9) is unknown color: approx Orchid. HEX triplet: CD, 76 and C9. RGB value is (205,118,201). Sum of RGB (Red+Green+Blue) = 205+118+201=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 205 - color contains mainly: red. Hex color #CD76C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76C9 is #328936. Grayscale: #999999. Windows color (decimal): -3311927 or 13203149. OLE color: 13203149.

HSL color Cylindrical-coordinate representation of color #CD76C9: hue angle of 302.76º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD76C9 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB205118201-
CMYK00.420.020.20
HSL302.76º46.52%63.33%-
HSV(B)302.76º42.44%80.39%-
XYZ42.230.1558.85-
YUV153.47154.82164.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.12%
GREEN value IS 118 (46.48% from 255) = 22.52%
BLUE value IS 201 (78.91% from 255) = 38.36%
R=39.12%
G=22.52%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511820100.420.020.20302.7646.5263.33
HexCD76C902A21412f2f3f
Octal3151663110522244575777
Binary1100110111101101100100101010101010100100101111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD76C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD76C9; }

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

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

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

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

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

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

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

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