#CB8AEC

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

Shades of Wisteria #CB8AEC

Tints of Wisteria #CB8AEC

Color information

#CB8AEC (or 0xCB8AEC) is unknown color: approx Wisteria. HEX triplet: CB, 8A and EC. RGB value is (203,138,236). Sum of RGB (Red+Green+Blue) = 203+138+236=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB8AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8AEC is #347513. Grayscale: #A8A8A8. Windows color (decimal): -3437844 or 15502027. OLE color: 15502027.

HSL color Cylindrical-coordinate representation of color #CB8AEC: hue angle of 279.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB8AEC is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203138236-
CMYK0.140.4200.07
HSL279.8º72.06%73.33%-
HSV(B)279.8º41.53%92.55%-
XYZ48.8636.9383.91-
YUV168.61166.03152.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 138 (54.30% from 255) = 23.92%
BLUE value IS 236 (92.58% from 255) = 40.90%
R=35.18%
G=23.92%
B=40.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031382360.140.4200.07279.872.0673.33
HexCB8AECE2A071184849
Octal313212354165207430110111
Binary1100101110001010111011001110101010011110001100010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8AEC; }

 p { color: rgb(203,138,236); }

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

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

 a { background-color: rgb(203,138,236); }

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

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

 span { border-color: rgb(203,138,236); }

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