#CB87EA

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

Shades of Wisteria #CB87EA

Tints of Wisteria #CB87EA

Color information

#CB87EA (or 0xCB87EA) is unknown color: approx Wisteria. HEX triplet: CB, 87 and EA. RGB value is (203,135,234). Sum of RGB (Red+Green+Blue) = 203+135+234=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB87EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB87EA is #347815. Grayscale: #A6A6A6. Windows color (decimal): -3438614 or 15370187. OLE color: 15370187.

HSL color Cylindrical-coordinate representation of color #CB87EA: hue angle of 281.21º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB87EA is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203135234-
CMYK0.130.4200.08
HSL281.21º70.21%72.35%-
HSV(B)281.21º42.31%91.76%-
XYZ48.1435.9682.25-
YUV166.62166.03153.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 135 (53.12% from 255) = 23.60%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=35.49%
G=23.60%
B=40.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031352340.130.4200.08281.2170.2172.35
HexCB87EAD2A081194648
Octal3132073521552010431106110
Binary11001011100001111110101011011010100100010001100110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB87EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB87EA; }

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

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

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

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

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

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

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

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