#CC8ADC

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

Shades of Wisteria #CC8ADC

Tints of Wisteria #CC8ADC

Color information

#CC8ADC (or 0xCC8ADC) is unknown color: approx Wisteria. HEX triplet: CC, 8A and DC. RGB value is (204,138,220). Sum of RGB (Red+Green+Blue) = 204+138+220=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC8ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ADC is #337523. Grayscale: #A6A6A6. Windows color (decimal): -3372324 or 14453452. OLE color: 14453452.

HSL color Cylindrical-coordinate representation of color #CC8ADC: hue angle of 288.29º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC8ADC is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204138220-
CMYK0.070.3700.14
HSL288.29º53.95%70.2%-
HSV(B)288.29º37.27%86.27%-
XYZ46.9136.1872.22-
YUV167.08157.87154.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 138 (54.30% from 255) = 24.56%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=36.30%
G=24.56%
B=39.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041382200.070.3700.14288.2953.9570.2
HexCC8ADC7250E1203646
Octal31421233474501644066106
Binary110011001000101011011100111100101011101001000001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8ADC; }

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

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

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

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

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

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

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

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