Html Css Color HEX #CCA1DB Wisteria

📋 copy color: '#CCA1DB'

red 204 ◦ green 161 ◦ blue 219

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

Shades of Wisteria #CCA1DB

Tints of Wisteria #CCA1DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 34.93%
G = 27.57%
B = 37.5%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCA1DB (or 0xCCA1DB) is known color: Wisteria. HEX triplet: CC, A1 and DB. RGB value is (204,161,219). Sum of RGB (Red+Green+Blue) = 204+161+219=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCA1DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1DB is #335E24. Grayscale: #B4B4B4. Windows color (decimal): -3366437 or 14393804. OLE color: 14393804.

HSL color Cylindrical-coordinate representation of color #CCA1DB: hue angle of 284.48º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCA1DB is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 161 219 -
CMYK 0.07 0.26 0 0.14
HSL 284.48º 0.45% 0.75% -
HSV(B) 284.48º 0.26% 0.86% -
XYZ 50.43 43.44 72.74 -
YUV 180.47 149.75 144.78 -
System Red Green Blue C M Y K H S L
Decimal 204 161 219 0.07 0.26 0 0.14 284.48 0.45 0.75
Hex CC A1 DB 7 1A 0 E 11C 2D 4B
Octal 314 241 333 7 32 0 16 434 55 113
Binary 11001100 10100001 11011011 111 11010 0 1110 100011100 101101 1001011

Color Harmonies of #CCA1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1DB

Black with #CCA1DB

Text Example


Text Example

White with #CCA1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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