#CB87DF

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

Shades of Wisteria #CB87DF

Tints of Wisteria #CB87DF

Color information

#CB87DF (or 0xCB87DF) is unknown color: approx Wisteria. HEX triplet: CB, 87 and DF. RGB value is (203,135,223). Sum of RGB (Red+Green+Blue) = 203+135+223=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 135 (53.12% from 255 or 24.06% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB87DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87DF is #347820. Grayscale: #A5A5A5. Windows color (decimal): -3438625 or 14649291. OLE color: 14649291.

HSL color Cylindrical-coordinate representation of color #CB87DF: hue angle of 286.36º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB87DF is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203135223-
CMYK0.090.3900.13
HSL286.36º57.89%70.2%-
HSV(B)286.36º39.46%87.45%-
XYZ46.6135.3574.18-
YUV165.36160.53154.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 135 (53.12% from 255) = 24.06%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=36.19%
G=24.06%
B=39.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031352230.090.3900.13286.3657.8970.2
HexCB87DF9270D11e3a46
Octal313207337114701543672106
Binary1100101110000111110111111001100111011011000111101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB87DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB87DF; }

 p { color: rgb(203,135,223); }

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

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

 a { background-color: rgb(203,135,223); }

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

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

 span { border-color: rgb(203,135,223); }

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