#CB96F9

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

Shades of Wisteria #CB96F9

Tints of Wisteria #CB96F9

Color information

#CB96F9 (or 0xCB96F9) is unknown color: approx Wisteria. HEX triplet: CB, 96 and F9. RGB value is (203,150,249). Sum of RGB (Red+Green+Blue) = 203+150+249=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB96F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB96F9 is #346906. Grayscale: #B0B0B0. Windows color (decimal): -3434759 or 16357067. OLE color: 16357067.

HSL color Cylindrical-coordinate representation of color #CB96F9: hue angle of 272.12º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB96F9 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203150249-
CMYK0.180.4000.02
HSL272.12º89.19%78.24%-
HSV(B)272.12º39.76%97.65%-
XYZ52.6341.3594.83-
YUV177.13168.56146.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 150 (58.98% from 255) = 24.92%
BLUE value IS 249 (97.66% from 255) = 41.36%
R=33.72%
G=24.92%
B=41.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031502490.180.4000.02272.1289.1978.24
HexCB96F9122802110594e
Octal313226371225002420131116
Binary1100101110010110111110011001010100001010001000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96F9; }

 p { color: rgb(203,150,249); }

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

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

 a { background-color: rgb(203,150,249); }

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

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

 span { border-color: rgb(203,150,249); }

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