#CB8AE4

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

Shades of Wisteria #CB8AE4

Tints of Wisteria #CB8AE4

Color information

#CB8AE4 (or 0xCB8AE4) is unknown color: approx Wisteria. HEX triplet: CB, 8A and E4. RGB value is (203,138,228). Sum of RGB (Red+Green+Blue) = 203+138+228=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 228 - color contains mainly: blue. Hex color #CB8AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8AE4 is #34751B. Grayscale: #A7A7A7. Windows color (decimal): -3437852 or 14977739. OLE color: 14977739.

HSL color Cylindrical-coordinate representation of color #CB8AE4: hue angle of 283.33º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CB8AE4 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203138228-
CMYK0.110.3900.11
HSL283.33º62.5%71.76%-
HSV(B)283.33º39.47%89.41%-
XYZ47.7236.4777.92-
YUV167.7162.03153.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 138 (54.30% from 255) = 24.25%
BLUE value IS 228 (89.45% from 255) = 40.07%
R=35.68%
G=24.25%
B=40.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031382280.110.3900.11283.3362.571.76
HexCB8AE4B270B11b3e48
Octal313212344134701343376110
Binary1100101110001010111001001011100111010111000110111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8AE4; }

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

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

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

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

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

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

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

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