#CB9AF8

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

Shades of Wisteria #CB9AF8

Tints of Wisteria #CB9AF8

Color information

#CB9AF8 (or 0xCB9AF8) is unknown color: approx Wisteria. HEX triplet: CB, 9A and F8. RGB value is (203,154,248). Sum of RGB (Red+Green+Blue) = 203+154+248=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB9AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9AF8 is #346507. Grayscale: #B3B3B3. Windows color (decimal): -3433736 or 16292555. OLE color: 16292555.

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

Color convert

RGB203154248-
CMYK0.180.3800.03
HSL271.28º87.04%78.82%-
HSV(B)271.28º37.9%97.25%-
XYZ53.1342.5994.23-
YUV179.37166.73144.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.55%
GREEN value IS 154 (60.55% from 255) = 25.45%
BLUE value IS 248 (97.27% from 255) = 40.99%
R=33.55%
G=25.45%
B=40.99%

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
Decimal2031542480.180.3800.03271.2887.0478.82
HexCB9AF812260310f574f
Octal313232370224603417127117
Binary1100101110011010111110001001010011001110000111110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9AF8; }

 p { color: rgb(203,154,248); }

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

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

 a { background-color: rgb(203,154,248); }

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

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

 span { border-color: rgb(203,154,248); }

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