#CB85DD

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

Shades of Wisteria #CB85DD

Tints of Wisteria #CB85DD

Color information

#CB85DD (or 0xCB85DD) is unknown color: approx Wisteria. HEX triplet: CB, 85 and DD. RGB value is (203,133,221). Sum of RGB (Red+Green+Blue) = 203+133+221=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 133 (52.34% from 255 or 23.88% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85DD is #347A22. Grayscale: #A3A3A3. Windows color (decimal): -3439139 or 14517707. OLE color: 14517707.

HSL color Cylindrical-coordinate representation of color #CB85DD: hue angle of 287.73º degrees, saturation: 0.56, 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 #CB85DD is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203133221-
CMYK0.080.4000.13
HSL287.73º56.41%69.41%-
HSV(B)287.73º39.82%86.67%-
XYZ46.0734.6972.67-
YUV163.96160.19155.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.45%
GREEN value IS 133 (52.34% from 255) = 23.88%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=36.45%
G=23.88%
B=39.68%

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
Decimal2031332210.080.4000.13287.7356.4169.41
HexCB85DD8280D1203845
Octal313205335105001544070105
Binary1100101110000101110111011000101000011011001000001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB85DD; }

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

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

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

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

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

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

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

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