#CCA5DE

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

Shades of Wisteria #CCA5DE

Tints of Wisteria #CCA5DE

Color information

#CCA5DE (or 0xCCA5DE) is unknown color: approx Wisteria. HEX triplet: CC, A5 and DE. RGB value is (204,165,222). Sum of RGB (Red+Green+Blue) = 204+165+222=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 165 (64.84% from 255 or 27.92% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCA5DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA5DE is #335A21. Grayscale: #B6B6B6. Windows color (decimal): -3365410 or 14591436. OLE color: 14591436.

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

Color convert

RGB204165222-
CMYK0.080.2600.13
HSL281.05º46.34%75.88%-
HSV(B)281.05º25.68%87.06%-
XYZ51.5445.0275.08-
YUV183.16149.92142.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 165 (64.84% from 255) = 27.92%
BLUE value IS 222 (87.11% from 255) = 37.56%
R=34.52%
G=27.92%
B=37.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041652220.080.2600.13281.0546.3475.88
HexCCA5DE81A0D1192e4c
Octal314245336103201543156114
Binary110011001010010111011110100011010011011000110011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA5DE; }

 p { color: rgb(204,165,222); }

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

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

 a { background-color: rgb(204,165,222); }

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

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

 span { border-color: rgb(204,165,222); }

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