#CD71DE

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

Shades of Orchid #CD71DE

Tints of Orchid #CD71DE

Color information

#CD71DE (or 0xCD71DE) is unknown color: approx Orchid. HEX triplet: CD, 71 and DE. RGB value is (205,113,222). Sum of RGB (Red+Green+Blue) = 205+113+222=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD71DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD71DE is #328E21. Grayscale: #989898. Windows color (decimal): -3313186 or 14578125. OLE color: 14578125.

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

Color convert

RGB205113222-
CMYK0.080.4900.13
HSL290.64º62.29%65.69%-
HSV(B)290.64º49.1%87.06%-
XYZ44.2730.0672.58-
YUV152.93166.98165.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 113 (44.53% from 255) = 20.93%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=37.96%
G=20.93%
B=41.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051132220.080.4900.13290.6462.2965.69
HexCD71DE8310D1233e42
Octal315161336106101544376102
Binary110011011110001110111101000110001011011001000111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD71DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD71DE; }

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

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

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

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

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

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

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

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