Html Css Color HEX #CCA1DD Wisteria

📋 copy color: '#CCA1DD'

red 204 ◦ green 161 ◦ blue 221

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

Shades of Wisteria #CCA1DD

Tints of Wisteria #CCA1DD

RGB

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

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

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

R = 34.81%
G = 27.47%
B = 37.71%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCA1DD (or 0xCCA1DD) is known color: Wisteria. HEX triplet: CC, A1 and DD. RGB value is (204,161,221). Sum of RGB (Red+Green+Blue) = 204+161+221=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCA1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1DD is #335E22. Grayscale: #B4B4B4. Windows color (decimal): -3366435 or 14524876. OLE color: 14524876.

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

Color convert

RGB 204 161 221 -
CMYK 0.08 0.27 0 0.13
HSL 283º 0.47% 0.75% -
HSV(B) 283º 0.27% 0.87% -
XYZ 50.7 43.55 74.14 -
YUV 180.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 204 161 221 0.08 0.27 0 0.13 283 0.47 0.75
Hex CC A1 DD 8 1B 0 D 11B 2F 4B
Octal 314 241 335 10 33 0 15 433 57 113
Binary 11001100 10100001 11011101 1000 11011 0 1101 100011011 101111 1001011

Color Harmonies of #CCA1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1DD

Black with #CCA1DD

Text Example


Text Example

White with #CCA1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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