#CC8BEA

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

Shades of Wisteria #CC8BEA

Tints of Wisteria #CC8BEA

Color information

#CC8BEA (or 0xCC8BEA) is unknown color: approx Wisteria. HEX triplet: CC, 8B and EA. RGB value is (204,139,234). Sum of RGB (Red+Green+Blue) = 204+139+234=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC8BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8BEA is #337415. Grayscale: #A8A8A8. Windows color (decimal): -3372054 or 15371212. OLE color: 15371212.

HSL color Cylindrical-coordinate representation of color #CC8BEA: hue angle of 281.05º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC8BEA is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204139234-
CMYK0.130.4100.08
HSL281.05º69.34%73.14%-
HSV(B)281.05º40.6%91.76%-
XYZ48.9937.2482.45-
YUV169.26164.53152.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 139 (54.69% from 255) = 24.09%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=35.36%
G=24.09%
B=40.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041392340.130.4100.08281.0569.3473.14
HexCC8BEAD29081194549
Octal3142133521551010431105111
Binary11001100100010111110101011011010010100010001100110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BEA; }

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

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

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

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

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

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

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

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