#CB82CE

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

Shades of Orchid #CB82CE

Tints of Orchid #CB82CE

Color information

#CB82CE (or 0xCB82CE) is unknown color: approx Orchid. HEX triplet: CB, 82 and CE. RGB value is (203,130,206). Sum of RGB (Red+Green+Blue) = 203+130+206=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB82CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82CE is #347D31. Grayscale: #A0A0A0. Windows color (decimal): -3439922 or 13533899. OLE color: 13533899.

HSL color Cylindrical-coordinate representation of color #CB82CE: hue angle of 297.63º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB82CE is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203130206-
CMYK0.010.3700.19
HSL297.63º43.68%65.88%-
HSV(B)297.63º36.89%80.78%-
XYZ43.7533.1262.48-
YUV160.49153.68158.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 130 (51.17% from 255) = 24.12%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=37.66%
G=24.12%
B=38.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031302060.010.3700.19297.6343.6865.88
HexCB82CE12501312a2c42
Octal31320231614502345254102
Binary11001011100000101100111011001010100111001010101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB82CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB82CE; }

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

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

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

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

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

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

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

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