#CB9AEF

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

Shades of Wisteria #CB9AEF

Tints of Wisteria #CB9AEF

Color information

#CB9AEF (or 0xCB9AEF) is unknown color: approx Wisteria. HEX triplet: CB, 9A and EF. RGB value is (203,154,239). Sum of RGB (Red+Green+Blue) = 203+154+239=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB9AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9AEF is #346510. Grayscale: #B2B2B2. Windows color (decimal): -3433745 or 15702731. OLE color: 15702731.

HSL color Cylindrical-coordinate representation of color #CB9AEF: hue angle of 274.59º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB9AEF is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203154239-
CMYK0.150.3600.06
HSL274.59º72.65%77.06%-
HSV(B)274.59º35.56%93.73%-
XYZ51.7642.0487.05-
YUV178.34162.23145.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.06%
GREEN value IS 154 (60.55% from 255) = 25.84%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=34.06%
G=25.84%
B=40.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031542390.150.3600.06274.5972.6577.06
HexCB9AEFF2406113494d
Octal313232357174406423111115
Binary1100101110011010111011111111100100011010001001110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9AEF; }

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

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

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

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

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

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

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

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