#CB97EA

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

Shades of Wisteria #CB97EA

Tints of Wisteria #CB97EA

Color information

#CB97EA (or 0xCB97EA) is unknown color: approx Wisteria. HEX triplet: CB, 97 and EA. RGB value is (203,151,234). Sum of RGB (Red+Green+Blue) = 203+151+234=588 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.52% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB97EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB97EA is #346815. Grayscale: #AFAFAF. Windows color (decimal): -3434518 or 15374283. OLE color: 15374283.

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

Color convert

RGB203151234-
CMYK0.130.3500.08
HSL277.59º66.4%75.49%-
HSV(B)277.59º35.47%91.76%-
XYZ50.5540.7783.05-
YUV176.01160.73147.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.52%
GREEN value IS 151 (59.38% from 255) = 25.68%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=34.52%
G=25.68%
B=39.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031512340.130.3500.08277.5966.475.49
HexCB97EAD2308116424b
Octal3132273521543010426102113
Binary11001011100101111110101011011000110100010001011010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB97EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB97EA; }

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

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

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

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

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

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

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

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