#CB97F9

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

Shades of Wisteria #CB97F9

Tints of Wisteria #CB97F9

Color information

#CB97F9 (or 0xCB97F9) is unknown color: approx Wisteria. HEX triplet: CB, 97 and F9. RGB value is (203,151,249). Sum of RGB (Red+Green+Blue) = 203+151+249=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 151 (59.38% from 255 or 25.04% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB97F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB97F9 is #346806. Grayscale: #B1B1B1. Windows color (decimal): -3434503 or 16357323. OLE color: 16357323.

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

Color convert

RGB203151249-
CMYK0.180.3900.02
HSL271.84º89.09%78.43%-
HSV(B)271.84º39.36%97.65%-
XYZ52.7941.6794.88-
YUV177.72168.23146.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 151 (59.38% from 255) = 25.04%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=33.67%
G=25.04%
B=41.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031512490.180.3900.02271.8489.0978.43
HexCB97F9122702110594e
Octal313227371224702420131116
Binary1100101110010111111110011001010011101010001000010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97F9; }

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

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

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

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

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

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

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

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