#CD83DB

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

Shades of Orchid #CD83DB

Tints of Orchid #CD83DB

Color information

#CD83DB (or 0xCD83DB) is unknown color: approx Orchid. HEX triplet: CD, 83 and DB. RGB value is (205,131,219). Sum of RGB (Red+Green+Blue) = 205+131+219=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD83DB is #327C24. Grayscale: #A2A2A2. Windows color (decimal): -3308581 or 14386125. OLE color: 14386125.

HSL color Cylindrical-coordinate representation of color #CD83DB: hue angle of 290.45º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD83DB is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205131219-
CMYK0.060.4000.14
HSL290.45º55%68.63%-
HSV(B)290.45º40.18%85.88%-
XYZ46.0834.3371.21-
YUV163.16159.52157.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 131 (51.56% from 255) = 23.60%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=36.94%
G=23.60%
B=39.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051312190.060.4000.14290.455568.63
HexCD83DB6280E1223745
Octal31520333365001644267105
Binary110011011000001111011011110101000011101001000101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD83DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD83DB; }

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

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

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

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

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

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

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

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