#CB98DE

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

Shades of Wisteria #CB98DE

Tints of Wisteria #CB98DE

Color information

#CB98DE (or 0xCB98DE) is unknown color: approx Wisteria. HEX triplet: CB, 98 and DE. RGB value is (203,152,222). Sum of RGB (Red+Green+Blue) = 203+152+222=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB98DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98DE is #346721. Grayscale: #AFAFAF. Windows color (decimal): -3434274 or 14588107. OLE color: 14588107.

HSL color Cylindrical-coordinate representation of color #CB98DE: hue angle of 283.71º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CB98DE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203152222-
CMYK0.090.3200.13
HSL283.71º51.47%73.33%-
HSV(B)283.71º31.53%87.06%-
XYZ49.0440.4374.33-
YUV175.23154.4147.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 152 (59.77% from 255) = 26.34%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=35.18%
G=26.34%
B=38.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031522220.090.3200.13283.7151.4773.33
HexCB98DE9200D11c3349
Octal313230336114001543463111
Binary1100101110011000110111101001100000011011000111001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB98DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB98DE; }

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

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

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

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

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

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

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

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