#CB84DA

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

Shades of Wisteria #CB84DA

Tints of Wisteria #CB84DA

Color information

#CB84DA (or 0xCB84DA) is unknown color: approx Wisteria. HEX triplet: CB, 84 and DA. RGB value is (203,132,218). Sum of RGB (Red+Green+Blue) = 203+132+218=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB84DA is #347B25. Grayscale: #A2A2A2. Windows color (decimal): -3439398 or 14320843. OLE color: 14320843.

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

Color convert

RGB203132218-
CMYK0.070.3900.15
HSL289.53º53.75%68.63%-
HSV(B)289.53º39.45%85.49%-
XYZ45.5334.2670.54-
YUV163.03159.02156.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=36.71%
G=23.87%
B=39.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031322180.070.3900.15289.5353.7568.63
HexCB84DA7270F1223645
Octal31320433274701744266105
Binary110010111000010011011010111100111011111001000101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB84DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB84DA; }

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

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

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

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

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

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

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

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