#CC8ADD

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

Shades of Wisteria #CC8ADD

Tints of Wisteria #CC8ADD

Color information

#CC8ADD (or 0xCC8ADD) is unknown color: approx Wisteria. HEX triplet: CC, 8A and DD. RGB value is (204,138,221). Sum of RGB (Red+Green+Blue) = 204+138+221=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ADD is #337522. Grayscale: #A6A6A6. Windows color (decimal): -3372323 or 14518988. OLE color: 14518988.

HSL color Cylindrical-coordinate representation of color #CC8ADD: hue angle of 287.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC8ADD is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204138221-
CMYK0.080.3800.13
HSL287.71º54.97%70.39%-
HSV(B)287.71º37.56%86.67%-
XYZ47.0436.2372.92-
YUV167.2158.37154.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.23%
GREEN value IS 138 (54.30% from 255) = 24.51%
BLUE value IS 221 (86.72% from 255) = 39.25%
R=36.23%
G=24.51%
B=39.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041382210.080.3800.13287.7154.9770.39
HexCC8ADD8260D1203746
Octal314212335104601544067106
Binary1100110010001010110111011000100110011011001000001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8ADD; }

 p { color: rgb(204,138,221); }

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

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

 a { background-color: rgb(204,138,221); }

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

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

 span { border-color: rgb(204,138,221); }

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