#CCA3EB

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

Shades of Wisteria #CCA3EB

Tints of Wisteria #CCA3EB

Color information

#CCA3EB (or 0xCCA3EB) is unknown color: approx Wisteria. HEX triplet: CC, A3 and EB. RGB value is (204,163,235). Sum of RGB (Red+Green+Blue) = 204+163+235=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCA3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA3EB is #335C14. Grayscale: #B7B7B7. Windows color (decimal): -3365909 or 15442892. OLE color: 15442892.

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

Color convert

RGB204163235-
CMYK0.130.3100.08
HSL274.17º64.29%78.04%-
HSV(B)274.17º30.64%92.16%-
XYZ52.9945.0384.5-
YUV183.47157.08142.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.89%
GREEN value IS 163 (64.06% from 255) = 27.08%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=33.89%
G=27.08%
B=39.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041632350.130.3100.08274.1764.2978.04
HexCCA3EBD1F08112404e
Octal3142433531537010422100116
Binary1100110010100011111010111101111110100010001001010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA3EB; }

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

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

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

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

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

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

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

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