#CB98EC

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

Shades of Wisteria #CB98EC

Tints of Wisteria #CB98EC

Color information

#CB98EC (or 0xCB98EC) is unknown color: approx Wisteria. HEX triplet: CB, 98 and EC. RGB value is (203,152,236). Sum of RGB (Red+Green+Blue) = 203+152+236=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB98EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB98EC is #346713. Grayscale: #B0B0B0. Windows color (decimal): -3434260 or 15505611. OLE color: 15505611.

HSL color Cylindrical-coordinate representation of color #CB98EC: hue angle of 276.43º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB98EC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203152236-
CMYK0.140.3600.07
HSL276.43º68.85%76.08%-
HSV(B)276.43º35.59%92.55%-
XYZ5141.2184.62-
YUV176.82161.4146.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 152 (59.77% from 255) = 25.72%
BLUE value IS 236 (92.58% from 255) = 39.93%
R=34.35%
G=25.72%
B=39.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031522360.140.3600.07276.4368.8576.08
HexCB98ECE2407114454c
Octal313230354164407424105114
Binary1100101110011000111011001110100100011110001010010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB98EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB98EC; }

 p { color: rgb(203,152,236); }

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

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

 a { background-color: rgb(203,152,236); }

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

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

 span { border-color: rgb(203,152,236); }

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