#CB98F6

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

Shades of Wisteria #CB98F6

Tints of Wisteria #CB98F6

Color information

#CB98F6 (or 0xCB98F6) is unknown color: approx Wisteria. HEX triplet: CB, 98 and F6. RGB value is (203,152,246). Sum of RGB (Red+Green+Blue) = 203+152+246=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 152 (59.77% from 255 or 25.29% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB98F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB98F6 is #346709. Grayscale: #B1B1B1. Windows color (decimal): -3434250 or 16160971. OLE color: 16160971.

HSL color Cylindrical-coordinate representation of color #CB98F6: hue angle of 272.55º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB98F6 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203152246-
CMYK0.170.3800.04
HSL272.55º83.93%78.04%-
HSV(B)272.55º38.21%96.47%-
XYZ52.4941.8192.49-
YUV177.96166.4145.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.78%
GREEN value IS 152 (59.77% from 255) = 25.29%
BLUE value IS 246 (96.48% from 255) = 40.93%
R=33.78%
G=25.29%
B=40.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2031522460.170.3800.04272.5583.9378.04
HexCB98F6112604111544e
Octal313230366214604421124116
Binary11001011100110001111011010001100110010010001000110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB98F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB98F6; }

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

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

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

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

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

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

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

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