#CD83DD

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

Shades of Orchid #CD83DD

Tints of Orchid #CD83DD

Color information

#CD83DD (or 0xCD83DD) is unknown color: approx Orchid. HEX triplet: CD, 83 and DD. RGB value is (205,131,221). Sum of RGB (Red+Green+Blue) = 205+131+221=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83DD is #327C22. Grayscale: #A3A3A3. Windows color (decimal): -3308579 or 14517197. OLE color: 14517197.

HSL color Cylindrical-coordinate representation of color #CD83DD: hue angle of 289.33º degrees, saturation: 0.57, 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 #CD83DD is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205131221-
CMYK0.070.4100.13
HSL289.33º56.96%69.02%-
HSV(B)289.33º40.72%86.67%-
XYZ46.3434.4372.61-
YUV163.39160.52157.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 131 (51.56% from 255) = 23.52%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=36.80%
G=23.52%
B=39.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051312210.070.4100.13289.3356.9669.02
HexCD83DD7290D1213945
Octal31520333575101544171105
Binary110011011000001111011101111101001011011001000011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD83DD; }

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

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

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

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

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

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

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

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