#CD76C0

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

Shades of Orchid #CD76C0

Tints of Orchid #CD76C0

Color information

#CD76C0 (or 0xCD76C0) is unknown color: approx Orchid. HEX triplet: CD, 76 and C0. RGB value is (205,118,192). Sum of RGB (Red+Green+Blue) = 205+118+192=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 205 - color contains mainly: red. Hex color #CD76C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76C0 is #32893F. Grayscale: #989898. Windows color (decimal): -3311936 or 12613325. OLE color: 12613325.

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

Color convert

RGB205118192-
CMYK00.420.060.20
HSL308.97º46.52%63.33%-
HSV(B)308.97º42.44%80.39%-
XYZ41.1729.7453.44-
YUV152.45150.32165.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.81%
GREEN value IS 118 (46.48% from 255) = 22.91%
BLUE value IS 192 (75.39% from 255) = 37.28%
R=39.81%
G=22.91%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511819200.420.060.20308.9746.5263.33
HexCD76C002A6141352f3f
Octal3151663000526244655777
Binary11001101111011011000000010101011010100100110101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD76C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD76C0; }

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

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

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

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

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

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

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

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