#CB82DA

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

Shades of Orchid #CB82DA

Tints of Orchid #CB82DA

Color information

#CB82DA (or 0xCB82DA) is unknown color: approx Orchid. HEX triplet: CB, 82 and DA. RGB value is (203,130,218). Sum of RGB (Red+Green+Blue) = 203+130+218=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82DA is #347D25. Grayscale: #A1A1A1. Windows color (decimal): -3439910 or 14320331. OLE color: 14320331.

HSL color Cylindrical-coordinate representation of color #CB82DA: hue angle of 289.77º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB82DA is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203130218-
CMYK0.070.4000.15
HSL289.77º54.32%68.24%-
HSV(B)289.77º40.37%85.49%-
XYZ45.2733.7270.45-
YUV161.86159.68157.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 130 (51.17% from 255) = 23.59%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=36.84%
G=23.59%
B=39.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031302180.070.4000.15289.7754.3268.24
HexCB82DA7280F1223644
Octal31320233275001744266104
Binary110010111000001011011010111101000011111001000101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB82DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB82DA; }

 p { color: rgb(203,130,218); }

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

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

 a { background-color: rgb(203,130,218); }

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

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

 span { border-color: rgb(203,130,218); }

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