#CC8DF1

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

Shades of Wisteria #CC8DF1

Tints of Wisteria #CC8DF1

Color information

#CC8DF1 (or 0xCC8DF1) is unknown color: approx Wisteria. HEX triplet: CC, 8D and F1. RGB value is (204,141,241). Sum of RGB (Red+Green+Blue) = 204+141+241=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC8DF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8DF1 is #33720E. Grayscale: #AAAAAA. Windows color (decimal): -3371535 or 15830476. OLE color: 15830476.

HSL color Cylindrical-coordinate representation of color #CC8DF1: hue angle of 277.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC8DF1 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204141241-
CMYK0.150.4100.05
HSL277.8º78.12%74.9%-
HSV(B)277.8º41.49%94.51%-
XYZ50.338.2487.95-
YUV171.24167.37151.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 141 (55.47% from 255) = 24.06%
BLUE value IS 241 (94.53% from 255) = 41.13%
R=34.81%
G=24.06%
B=41.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041412410.150.4100.05277.878.1274.9
HexCC8DF1F29051164e4b
Octal314215361175105426116113
Binary1100110010001101111100011111101001010110001011010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8DF1; }

 p { color: rgb(204,141,241); }

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

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

 a { background-color: rgb(204,141,241); }

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

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

 span { border-color: rgb(204,141,241); }

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