Html Css Color HEX #CCA5EC Wisteria

📋 copy color: '#CCA5EC'

red 204 ◦ green 165 ◦ blue 236

#CCA5EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #CCA5EC

Tints of Wisteria #CCA5EC

RGB

 RED value IS 204 (80.08% from 255) = 33.72%

 GREEN value IS 165 (64.84% from 255) = 27.27%

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 33.72%
G = 27.27%
B = 39.01%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCA5EC (or 0xCCA5EC) is known color: Wisteria. HEX triplet: CC, A5 and EC. RGB value is (204,165,236). Sum of RGB (Red+Green+Blue) = 204+165+236=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCA5EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA5EC is #335A13. Grayscale: #B8B8B8. Windows color (decimal): -3365396 or 15508940. OLE color: 15508940.

HSL color Cylindrical-coordinate representation of color #CCA5EC: hue angle of 272.96º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA5EC is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 165 236 -
CMYK 0.14 0.30 0 0.07
HSL 272.96º 0.65% 0.79% -
HSV(B) 272.96º 0.3% 0.93% -
XYZ 53.5 45.8 85.38 -
YUV 184.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 204 165 236 0.14 0.30 0 0.07 272.96 0.65 0.79
Hex CC A5 EC E 1E 0 7 111 41 4F
Octal 314 245 354 16 36 0 7 421 101 117
Binary 11001100 10100101 11101100 1110 11110 0 111 100010001 1000001 1001111

Color Harmonies of #CCA5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA5EC

Black with #CCA5EC

Text Example


Text Example

White with #CCA5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA5EC; }

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

 H1.HeaderClassName
 {
   color: #CCA5EC;
 }
 .AnyTagClassName
 {
   color: #CCA5EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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