Html Css Color HEX #CCA1EC Wisteria

📋 copy color: '#CCA1EC'

red 204 ◦ green 161 ◦ blue 236

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

Shades of Wisteria #CCA1EC

Tints of Wisteria #CCA1EC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.79%

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

R = 33.94%
G = 26.79%
B = 39.27%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCA1EC (or 0xCCA1EC) is known color: Wisteria. HEX triplet: CC, A1 and EC. RGB value is (204,161,236). Sum of RGB (Red+Green+Blue) = 204+161+236=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA1EC is #335E13. Grayscale: #B6B6B6. Windows color (decimal): -3366420 or 15507916. OLE color: 15507916.

HSL color Cylindrical-coordinate representation of color #CCA1EC: hue angle of 274.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCA1EC is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 161 236 -
CMYK 0.14 0.32 0 0.07
HSL 274.4º 0.66% 0.78% -
HSV(B) 274.4º 0.32% 0.93% -
XYZ 52.79 44.38 85.14 -
YUV 182.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 204 161 236 0.14 0.32 0 0.07 274.4 0.66 0.78
Hex CC A1 EC E 20 0 7 112 42 4E
Octal 314 241 354 16 40 0 7 422 102 116
Binary 11001100 10100001 11101100 1110 100000 0 111 100010010 1000010 1001110

Color Harmonies of #CCA1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1EC

Black with #CCA1EC

Text Example


Text Example

White with #CCA1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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