Html Css Color HEX #CCA6DD Wisteria

📋 copy color: '#CCA6DD'

red 204 ◦ green 166 ◦ blue 221

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

Shades of Wisteria #CCA6DD

Tints of Wisteria #CCA6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.09%

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

R = 34.52%
G = 28.09%
B = 37.39%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCA6DD (or 0xCCA6DD) is known color: Wisteria. HEX triplet: CC, A6 and DD. RGB value is (204,166,221). Sum of RGB (Red+Green+Blue) = 204+166+221=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6DD is #335922. Grayscale: #B7B7B7. Windows color (decimal): -3365155 or 14526156. OLE color: 14526156.

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

Color convert

RGB 204 166 221 -
CMYK 0.08 0.25 0 0.13
HSL 281.45º 0.45% 0.76% -
HSV(B) 281.45º 0.25% 0.87% -
XYZ 51.59 45.33 74.44 -
YUV 183.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 204 166 221 0.08 0.25 0 0.13 281.45 0.45 0.76
Hex CC A6 DD 8 19 0 D 119 2D 4C
Octal 314 246 335 10 31 0 15 431 55 114
Binary 11001100 10100110 11011101 1000 11001 0 1101 100011001 101101 1001100

Color Harmonies of #CCA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA6DD

Black with #CCA6DD

Text Example


Text Example

White with #CCA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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