Html Css Color HEX #CCA9DC Wisteria

📋 copy color: '#CCA9DC'

red 204 ◦ green 169 ◦ blue 220

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

Shades of Wisteria #CCA9DC

Tints of Wisteria #CCA9DC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.5%

 BLUE value IS 220 (86.33% from 255) = 37.1%

R = 34.4%
G = 28.5%
B = 37.1%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCA9DC (or 0xCCA9DC) is known color: Wisteria. HEX triplet: CC, A9 and DC. RGB value is (204,169,220). Sum of RGB (Red+Green+Blue) = 204+169+220=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 169 (66.41% from 255 or 28.50% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCA9DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9DC is #335623. Grayscale: #B9B9B9. Windows color (decimal): -3364388 or 14461388. OLE color: 14461388.

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

Color convert

RGB 204 169 220 -
CMYK 0.07 0.23 0 0.14
HSL 281.18º 0.42% 0.76% -
HSV(B) 281.18º 0.23% 0.86% -
XYZ 52.01 46.38 73.92 -
YUV 185.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 204 169 220 0.07 0.23 0 0.14 281.18 0.42 0.76
Hex CC A9 DC 7 17 0 E 119 2A 4C
Octal 314 251 334 7 27 0 16 431 52 114
Binary 11001100 10101001 11011100 111 10111 0 1110 100011001 101010 1001100

Color Harmonies of #CCA9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA9DC

Black with #CCA9DC

Text Example


Text Example

White with #CCA9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA9DC; }

 p { color: rgb(204,169,220); }

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

background-color css

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

 a { background-color: rgb(204,169,220); }

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

border-color css

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

 span { border-color: rgb(204,169,220); }

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