#CCA3F0

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

Shades of Wisteria #CCA3F0

Tints of Wisteria #CCA3F0

Color information

#CCA3F0 (or 0xCCA3F0) is unknown color: approx Wisteria. HEX triplet: CC, A3 and F0. RGB value is (204,163,240). Sum of RGB (Red+Green+Blue) = 204+163+240=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 163 (64.06% from 255 or 26.85% from 607); Blue value is 240 (94.14% from 255 or 39.54% from 607); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCA3F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA3F0 is #335C0F. Grayscale: #B7B7B7. Windows color (decimal): -3365904 or 15770572. OLE color: 15770572.

HSL color Cylindrical-coordinate representation of color #CCA3F0: hue angle of 271.95º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCA3F0 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204163240-
CMYK0.150.3200.06
HSL271.95º71.96%79.02%-
HSV(B)271.95º32.08%94.12%-
XYZ53.7345.3288.35-
YUV184.04159.58142.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 163 (64.06% from 255) = 26.85%
BLUE value IS 240 (94.14% from 255) = 39.54%
R=33.61%
G=26.85%
B=39.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041632400.150.3200.06271.9571.9679.02
HexCCA3F0F2006110484f
Octal314243360174006420110117
Binary1100110010100011111100001111100000011010001000010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3F0; }

 p { color: rgb(204,163,240); }

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

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

 a { background-color: rgb(204,163,240); }

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

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

 span { border-color: rgb(204,163,240); }

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