#CC8BE8

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

Shades of Wisteria #CC8BE8

Tints of Wisteria #CC8BE8

Color information

#CC8BE8 (or 0xCC8BE8) is unknown color: approx Wisteria. HEX triplet: CC, 8B and E8. RGB value is (204,139,232). Sum of RGB (Red+Green+Blue) = 204+139+232=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 232 (91.02% from 255 or 40.35% from 575); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC8BE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8BE8 is #337417. Grayscale: #A8A8A8. Windows color (decimal): -3372056 or 15240140. OLE color: 15240140.

HSL color Cylindrical-coordinate representation of color #CC8BE8: hue angle of 281.94º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC8BE8 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204139232-
CMYK0.120.4000.09
HSL281.94º66.91%72.75%-
HSV(B)281.94º40.09%90.98%-
XYZ48.737.1380.94-
YUV169.04163.53152.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 139 (54.69% from 255) = 24.17%
BLUE value IS 232 (91.02% from 255) = 40.35%
R=35.48%
G=24.17%
B=40.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041392320.120.4000.09281.9466.9172.75
HexCC8BE8C280911a4349
Octal3142133501450011432103111
Binary11001100100010111110100011001010000100110001101010000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BE8; }

 p { color: rgb(204,139,232); }

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

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

 a { background-color: rgb(204,139,232); }

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

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

 span { border-color: rgb(204,139,232); }

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