#CB9FEA

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

Shades of Wisteria #CB9FEA

Tints of Wisteria #CB9FEA

Color information

#CB9FEA (or 0xCB9FEA) is unknown color: approx Wisteria. HEX triplet: CB, 9F and EA. RGB value is (203,159,234). Sum of RGB (Red+Green+Blue) = 203+159+234=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FEA is #346015. Grayscale: #B4B4B4. Windows color (decimal): -3432470 or 15376331. OLE color: 15376331.

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

Color convert

RGB203159234-
CMYK0.130.3200.08
HSL275.2º64.1%77.06%-
HSV(B)275.2º32.05%91.76%-
XYZ51.8843.4383.49-
YUV180.71158.08143.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.06%
GREEN value IS 159 (62.5% from 255) = 26.68%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=34.06%
G=26.68%
B=39.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031592340.130.3200.08275.264.177.06
HexCB9FEAD2008113404d
Octal3132373521540010423100115
Binary11001011100111111110101011011000000100010001001110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9FEA; }

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

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

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

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

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

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

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

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