Html Css Color HEX #CCA0DD Wisteria

📋 copy color: '#CCA0DD'

red 204 ◦ green 160 ◦ blue 221

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

Shades of Wisteria #CCA0DD

Tints of Wisteria #CCA0DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 34.87%
G = 27.35%
B = 37.78%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCA0DD (or 0xCCA0DD) is known color: Wisteria. HEX triplet: CC, A0 and DD. RGB value is (204,160,221). Sum of RGB (Red+Green+Blue) = 204+160+221=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCA0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA0DD is #335F22. Grayscale: #B3B3B3. Windows color (decimal): -3366691 or 14524620. OLE color: 14524620.

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

Color convert

RGB 204 160 221 -
CMYK 0.08 0.28 0 0.13
HSL 283.28º 0.47% 0.75% -
HSV(B) 283.28º 0.28% 0.87% -
XYZ 50.52 43.2 74.08 -
YUV 180.11 151.08 145.04 -
System Red Green Blue C M Y K H S L
Decimal 204 160 221 0.08 0.28 0 0.13 283.28 0.47 0.75
Hex CC A0 DD 8 1C 0 D 11B 2F 4B
Octal 314 240 335 10 34 0 15 433 57 113
Binary 11001100 10100000 11011101 1000 11100 0 1101 100011011 101111 1001011

Color Harmonies of #CCA0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0DD

Black with #CCA0DD

Text Example


Text Example

White with #CCA0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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