#CB98DB

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

Shades of Wisteria #CB98DB

Tints of Wisteria #CB98DB

Color information

#CB98DB (or 0xCB98DB) is unknown color: approx Wisteria. HEX triplet: CB, 98 and DB. RGB value is (203,152,219). Sum of RGB (Red+Green+Blue) = 203+152+219=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB98DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB98DB is #346724. Grayscale: #AEAEAE. Windows color (decimal): -3434277 or 14391499. OLE color: 14391499.

HSL color Cylindrical-coordinate representation of color #CB98DB: hue angle of 285.67º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB98DB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB203152219-
CMYK0.070.3100.14
HSL285.67º48.2%72.75%-
HSV(B)285.67º30.59%85.88%-
XYZ48.6440.2772.23-
YUV174.89152.9148.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=35.37%
G=26.48%
B=38.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2031522190.070.3100.14285.6748.272.75
HexCB98DB71F0E11e3049
Octal31323033373701643660111
Binary11001011100110001101101111111111011101000111101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB98DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB98DB; }

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

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

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

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

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

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

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

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