#CB98F1

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

Shades of Wisteria #CB98F1

Tints of Wisteria #CB98F1

Color information

#CB98F1 (or 0xCB98F1) is unknown color: approx Wisteria. HEX triplet: CB, 98 and F1. RGB value is (203,152,241). Sum of RGB (Red+Green+Blue) = 203+152+241=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB98F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB98F1 is #34670E. Grayscale: #B1B1B1. Windows color (decimal): -3434255 or 15833291. OLE color: 15833291.

HSL color Cylindrical-coordinate representation of color #CB98F1: hue angle of 274.38º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB98F1 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203152241-
CMYK0.160.3700.05
HSL274.38º76.07%77.06%-
HSV(B)274.38º36.93%94.51%-
XYZ51.7341.588.5-
YUV177.4163.9146.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.06%
GREEN value IS 152 (59.77% from 255) = 25.50%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=34.06%
G=25.50%
B=40.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031522410.160.3700.05274.3876.0777.06
HexCB98F11025051124c4d
Octal313230361204505422114115
Binary11001011100110001111000110000100101010110001001010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB98F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB98F1; }

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

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

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

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

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

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

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

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