#CB98F7

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

Shades of Wisteria #CB98F7

Tints of Wisteria #CB98F7

Color information

#CB98F7 (or 0xCB98F7) is unknown color: approx Wisteria. HEX triplet: CB, 98 and F7. RGB value is (203,152,247). Sum of RGB (Red+Green+Blue) = 203+152+247=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB98F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB98F7 is #346708. Grayscale: #B1B1B1. Windows color (decimal): -3434249 or 16226507. OLE color: 16226507.

HSL color Cylindrical-coordinate representation of color #CB98F7: hue angle of 272.21º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB98F7 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203152247-
CMYK0.180.3800.03
HSL272.21º85.59%78.24%-
HSV(B)272.21º38.46%96.86%-
XYZ52.6541.8793.3-
YUV178.08166.9145.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 152 (59.77% from 255) = 25.25%
BLUE value IS 247 (96.88% from 255) = 41.03%
R=33.72%
G=25.25%
B=41.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2031522470.180.3800.03272.2185.5978.24
HexCB98F7122603110564e
Octal313230367224603420126116
Binary1100101110011000111101111001010011001110001000010101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB98F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB98F7; }

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

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

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

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

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

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

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

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