#CB97E5

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

Shades of Wisteria #CB97E5

Tints of Wisteria #CB97E5

Color information

#CB97E5 (or 0xCB97E5) is unknown color: approx Wisteria. HEX triplet: CB, 97 and E5. RGB value is (203,151,229). Sum of RGB (Red+Green+Blue) = 203+151+229=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB97E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97E5 is #34681A. Grayscale: #AFAFAF. Windows color (decimal): -3434523 or 15046603. OLE color: 15046603.

HSL color Cylindrical-coordinate representation of color #CB97E5: hue angle of 280º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB97E5 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203151229-
CMYK0.110.3400.10
HSL280º60%74.51%-
HSV(B)280º34.06%89.8%-
XYZ49.8440.4979.32-
YUV175.44158.23147.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 151 (59.38% from 255) = 25.90%
BLUE value IS 229 (89.84% from 255) = 39.28%
R=34.82%
G=25.90%
B=39.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2031512290.110.3400.102806074.51
HexCB97E5B220A1183c4b
Octal313227345134201243074113
Binary1100101110010111111001011011100010010101000110001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97E5; }

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

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

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

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

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

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

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

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