#CB8AE2

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

Shades of Wisteria #CB8AE2

Tints of Wisteria #CB8AE2

Color information

#CB8AE2 (or 0xCB8AE2) is unknown color: approx Wisteria. HEX triplet: CB, 8A and E2. RGB value is (203,138,226). Sum of RGB (Red+Green+Blue) = 203+138+226=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 226 (88.67% from 255 or 39.86% from 567); Max value from RGB is 226 - color contains mainly: blue. Hex color #CB8AE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8AE2 is #34751D. Grayscale: #A7A7A7. Windows color (decimal): -3437854 or 14846667. OLE color: 14846667.

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

Color convert

RGB203138226-
CMYK0.100.3900.11
HSL284.32º60.27%71.37%-
HSV(B)284.32º38.94%88.63%-
XYZ47.4436.3676.47-
YUV167.47161.03153.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 138 (54.30% from 255) = 24.34%
BLUE value IS 226 (88.67% from 255) = 39.86%
R=35.80%
G=24.34%
B=39.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031382260.100.3900.11284.3260.2771.37
HexCB8AE2A270B11c3c47
Octal313212342124701343474107
Binary1100101110001010111000101010100111010111000111001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8AE2; }

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

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

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

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

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

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

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

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