#CD76DE

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

Shades of Orchid #CD76DE

Tints of Orchid #CD76DE

Color information

#CD76DE (or 0xCD76DE) is unknown color: approx Orchid. HEX triplet: CD, 76 and DE. RGB value is (205,118,222). Sum of RGB (Red+Green+Blue) = 205+118+222=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD76DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD76DE is #328921. Grayscale: #9B9B9B. Windows color (decimal): -3311906 or 14579405. OLE color: 14579405.

HSL color Cylindrical-coordinate representation of color #CD76DE: hue angle of 290.19º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD76DE is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205118222-
CMYK0.080.4700.13
HSL290.19º61.18%66.67%-
HSV(B)290.19º46.85%87.06%-
XYZ44.8431.2172.77-
YUV155.87165.32163.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 118 (46.48% from 255) = 21.65%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=37.61%
G=21.65%
B=40.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051182220.080.4700.13290.1961.1866.67
HexCD76DE82F0D1223d43
Octal315166336105701544275103
Binary110011011110110110111101000101111011011001000101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD76DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD76DE; }

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

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

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

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

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

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

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

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