Html Css Color HEX #CCA0EC Wisteria

📋 copy color: '#CCA0EC'

red 204 ◦ green 160 ◦ blue 236

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

Shades of Wisteria #CCA0EC

Tints of Wisteria #CCA0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.67%

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

R = 34%
G = 26.67%
B = 39.33%

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

#CCA0EC (or 0xCCA0EC) is known color: Wisteria. HEX triplet: CC, A0 and EC. RGB value is (204,160,236). Sum of RGB (Red+Green+Blue) = 204+160+236=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 160 (62.89% from 255 or 26.67% from 600); Blue value is 236 (92.58% from 255 or 39.33% from 600); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCA0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA0EC is #335F13. Grayscale: #B5B5B5. Windows color (decimal): -3366676 or 15507660. OLE color: 15507660.

HSL color Cylindrical-coordinate representation of color #CCA0EC: hue angle of 274.74º degrees, saturation: 0.67, 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 #CCA0EC is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 160 236 -
CMYK 0.14 0.32 0 0.07
HSL 274.74º 0.67% 0.78% -
HSV(B) 274.74º 0.32% 0.93% -
XYZ 52.61 44.04 85.08 -
YUV 181.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 204 160 236 0.14 0.32 0 0.07 274.74 0.67 0.78
Hex CC A0 EC E 20 0 7 113 43 4E
Octal 314 240 354 16 40 0 7 423 103 116
Binary 11001100 10100000 11101100 1110 100000 0 111 100010011 1000011 1001110

Color Harmonies of #CCA0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0EC

Black with #CCA0EC

Text Example


Text Example

White with #CCA0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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