#CD83DE

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

Shades of Orchid #CD83DE

Tints of Orchid #CD83DE

Color information

#CD83DE (or 0xCD83DE) is unknown color: approx Orchid. HEX triplet: CD, 83 and DE. RGB value is (205,131,222). Sum of RGB (Red+Green+Blue) = 205+131+222=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD83DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83DE is #327C21. Grayscale: #A3A3A3. Windows color (decimal): -3308578 or 14582733. OLE color: 14582733.

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

Color convert

RGB205131222-
CMYK0.080.4100.13
HSL288.79º57.96%69.22%-
HSV(B)288.79º40.99%87.06%-
XYZ46.4834.4973.31-
YUV163.5161.02157.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 131 (51.56% from 255) = 23.48%
BLUE value IS 222 (87.11% from 255) = 39.78%
R=36.74%
G=23.48%
B=39.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051312220.080.4100.13288.7957.9669.22
HexCD83DE8290D1213a45
Octal315203336105101544172105
Binary1100110110000011110111101000101001011011001000011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD83DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD83DE; }

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

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

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

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

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

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

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

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