#CB83DB

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

Shades of Orchid #CB83DB

Tints of Orchid #CB83DB

Color information

#CB83DB (or 0xCB83DB) is unknown color: approx Orchid. HEX triplet: CB, 83 and DB. RGB value is (203,131,219). Sum of RGB (Red+Green+Blue) = 203+131+219=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB83DB is #347C24. Grayscale: #A2A2A2. Windows color (decimal): -3439653 or 14386123. OLE color: 14386123.

HSL color Cylindrical-coordinate representation of color #CB83DB: hue angle of 289.09º 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 #CB83DB is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203131219-
CMYK0.070.4000.14
HSL289.09º55%68.63%-
HSV(B)289.09º40.18%85.88%-
XYZ45.5334.0471.19-
YUV162.56159.85156.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 131 (51.56% from 255) = 23.69%
BLUE value IS 219 (85.94% from 255) = 39.60%
R=36.71%
G=23.69%
B=39.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031312190.070.4000.14289.095568.63
HexCB83DB7280E1213745
Octal31320333375001644167105
Binary110010111000001111011011111101000011101001000011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB83DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB83DB; }

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

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

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

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

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

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

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

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