#CB9AEA

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

Shades of Wisteria #CB9AEA

Tints of Wisteria #CB9AEA

Color information

#CB9AEA (or 0xCB9AEA) is unknown color: approx Wisteria. HEX triplet: CB, 9A and EA. RGB value is (203,154,234). Sum of RGB (Red+Green+Blue) = 203+154+234=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB9AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9AEA is #346515. Grayscale: #B1B1B1. Windows color (decimal): -3433750 or 15375051. OLE color: 15375051.

HSL color Cylindrical-coordinate representation of color #CB9AEA: hue angle of 276.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB9AEA is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203154234-
CMYK0.130.3400.08
HSL276.75º65.57%76.08%-
HSV(B)276.75º34.19%91.76%-
XYZ51.0441.7583.21-
YUV177.77159.73146-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 154 (60.55% from 255) = 26.06%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=34.35%
G=26.06%
B=39.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031542340.130.3400.08276.7565.5776.08
HexCB9AEAD2208115424c
Octal3132323521542010425102114
Binary11001011100110101110101011011000100100010001010110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9AEA; }

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

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

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

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

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

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

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

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