Html Css Color HEX #CCA4EC Wisteria

📋 copy color: '#CCA4EC'

red 204 ◦ green 164 ◦ blue 236

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

Shades of Wisteria #CCA4EC

Tints of Wisteria #CCA4EC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.15%

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

R = 33.77%
G = 27.15%
B = 39.07%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCA4EC (or 0xCCA4EC) is known color: Wisteria. HEX triplet: CC, A4 and EC. RGB value is (204,164,236). Sum of RGB (Red+Green+Blue) = 204+164+236=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA4EC is #335B13. Grayscale: #B7B7B7. Windows color (decimal): -3365652 or 15508684. OLE color: 15508684.

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

Color convert

RGB 204 164 236 -
CMYK 0.14 0.31 0 0.07
HSL 273.33º 0.65% 0.78% -
HSV(B) 273.33º 0.31% 0.93% -
XYZ 53.32 45.44 85.32 -
YUV 184.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 204 164 236 0.14 0.31 0 0.07 273.33 0.65 0.78
Hex CC A4 EC E 1F 0 7 111 41 4E
Octal 314 244 354 16 37 0 7 421 101 116
Binary 11001100 10100100 11101100 1110 11111 0 111 100010001 1000001 1001110

Color Harmonies of #CCA4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA4EC

Black with #CCA4EC

Text Example


Text Example

White with #CCA4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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