#CB97F7

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

Shades of Wisteria #CB97F7

Tints of Wisteria #CB97F7

Color information

#CB97F7 (or 0xCB97F7) is unknown color: approx Wisteria. HEX triplet: CB, 97 and F7. RGB value is (203,151,247). Sum of RGB (Red+Green+Blue) = 203+151+247=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 247 (96.88% from 255 or 41.10% from 601); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB97F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB97F7 is #346808. Grayscale: #B1B1B1. Windows color (decimal): -3434505 or 16226251. OLE color: 16226251.

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

Color convert

RGB203151247-
CMYK0.180.3900.03
HSL272.5º85.71%78.04%-
HSV(B)272.5º38.87%96.86%-
XYZ52.4841.5593.25-
YUV177.49167.23146.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 151 (59.38% from 255) = 25.12%
BLUE value IS 247 (96.88% from 255) = 41.10%
R=33.78%
G=25.12%
B=41.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2031512470.180.3900.03272.585.7178.04
HexCB97F7122703110564e
Octal313227367224703420126116
Binary1100101110010111111101111001010011101110001000010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97F7; }

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

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

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

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

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

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

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

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