#CB84DD

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

Shades of Wisteria #CB84DD

Tints of Wisteria #CB84DD

Color information

#CB84DD (or 0xCB84DD) is unknown color: approx Wisteria. HEX triplet: CB, 84 and DD. RGB value is (203,132,221). Sum of RGB (Red+Green+Blue) = 203+132+221=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB84DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84DD is #347B22. Grayscale: #A3A3A3. Windows color (decimal): -3439395 or 14517451. OLE color: 14517451.

HSL color Cylindrical-coordinate representation of color #CB84DD: hue angle of 287.87º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB84DD is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203132221-
CMYK0.080.4000.13
HSL287.87º56.69%69.22%-
HSV(B)287.87º40.27%86.67%-
XYZ45.9334.4272.63-
YUV163.38160.52156.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.51%
GREEN value IS 132 (51.95% from 255) = 23.74%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=36.51%
G=23.74%
B=39.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031322210.080.4000.13287.8756.6969.22
HexCB84DD8280D1203945
Octal313204335105001544071105
Binary1100101110000100110111011000101000011011001000001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB84DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB84DD; }

 p { color: rgb(203,132,221); }

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

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

 a { background-color: rgb(203,132,221); }

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

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

 span { border-color: rgb(203,132,221); }

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