#CB82DE

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

Shades of Wisteria #CB82DE

Tints of Wisteria #CB82DE

Color information

#CB82DE (or 0xCB82DE) is unknown color: approx Wisteria. HEX triplet: CB, 82 and DE. RGB value is (203,130,222). Sum of RGB (Red+Green+Blue) = 203+130+222=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB82DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB82DE is #347D21. Grayscale: #A2A2A2. Windows color (decimal): -3439906 or 14582475. OLE color: 14582475.

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

Color convert

RGB203130222-
CMYK0.090.4100.13
HSL287.61º58.23%69.02%-
HSV(B)287.61º41.44%87.06%-
XYZ45.833.9473.24-
YUV162.32161.68157.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 130 (51.17% from 255) = 23.42%
BLUE value IS 222 (87.11% from 255) = 40%
R=36.58%
G=23.42%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031302220.090.4100.13287.6158.2369.02
HexCB82DE9290D1203a45
Octal313202336115101544072105
Binary1100101110000010110111101001101001011011001000001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB82DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB82DE; }

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

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

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

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

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

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

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

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