Html Css Color HEX #CCA9D7 Wisteria

📋 copy color: '#CCA9D7'

red 204 ◦ green 169 ◦ blue 215

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

Shades of Wisteria #CCA9D7

Tints of Wisteria #CCA9D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.56%

R = 34.69%
G = 28.74%
B = 36.56%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CCA9D7 (or 0xCCA9D7) is known color: Wisteria. HEX triplet: CC, A9 and D7. RGB value is (204,169,215). Sum of RGB (Red+Green+Blue) = 204+169+215=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #CCA9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA9D7 is #335628. Grayscale: #B8B8B8. Windows color (decimal): -3364393 or 14133708. OLE color: 14133708.

HSL color Cylindrical-coordinate representation of color #CCA9D7: hue angle of 285.65º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA9D7 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 169 215 -
CMYK 0.05 0.21 0 0.16
HSL 285.65º 0.37% 0.75% -
HSV(B) 285.65º 0.21% 0.84% -
XYZ 51.36 46.12 70.49 -
YUV 184.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 204 169 215 0.05 0.21 0 0.16 285.65 0.37 0.75
Hex CC A9 D7 5 15 0 10 11E 25 4B
Octal 314 251 327 5 25 0 20 436 45 113
Binary 11001100 10101001 11010111 101 10101 0 10000 100011110 100101 1001011

Color Harmonies of #CCA9D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA9D7

Black with #CCA9D7

Text Example


Text Example

White with #CCA9D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA9D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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