#CBA1EE

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

Shades of Wisteria #CBA1EE

Tints of Wisteria #CBA1EE

Color information

#CBA1EE (or 0xCBA1EE) is unknown color: approx Wisteria. HEX triplet: CB, A1 and EE. RGB value is (203,161,238). Sum of RGB (Red+Green+Blue) = 203+161+238=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBA1EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA1EE is #345E11. Grayscale: #B6B6B6. Windows color (decimal): -3431954 or 15638987. OLE color: 15638987.

HSL color Cylindrical-coordinate representation of color #CBA1EE: hue angle of 272.73º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBA1EE is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203161238-
CMYK0.150.3200.07
HSL272.73º69.37%78.24%-
HSV(B)272.73º32.35%93.33%-
XYZ52.8144.3686.67-
YUV182.34159.41142.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 161 (63.28% from 255) = 26.74%
BLUE value IS 238 (93.36% from 255) = 39.53%
R=33.72%
G=26.74%
B=39.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031612380.150.3200.07272.7369.3778.24
HexCBA1EEF2007111454e
Octal313241356174007421105116
Binary1100101110100001111011101111100000011110001000110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA1EE; }

 p { color: rgb(203,161,238); }

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

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

 a { background-color: rgb(203,161,238); }

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

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

 span { border-color: rgb(203,161,238); }

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