Html Css Color HEX #C5AADD Perfume

📋 copy color: '#C5AADD'

red 197 ◦ green 170 ◦ blue 221

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

Shades of Perfume #C5AADD

Tints of Perfume #C5AADD

RGB

 RED value IS 197 (77.34% from 255) = 33.5%

 GREEN value IS 170 (66.8% from 255) = 28.91%

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

R = 33.5%
G = 28.91%
B = 37.59%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5AADD (or 0xC5AADD) is known color: Perfume. HEX triplet: C5, AA and DD. RGB value is (197,170,221). Sum of RGB (Red+Green+Blue) = 197+170+221=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AADD is #3A5522. Grayscale: #B7B7B7. Windows color (decimal): -3822883 or 14527173. OLE color: 14527173.

HSL color Cylindrical-coordinate representation of color #C5AADD: hue angle of 271.76º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5AADD is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 170 221 -
CMYK 0.11 0.23 0 0.13
HSL 271.76º 0.43% 0.77% -
HSV(B) 271.76º 0.23% 0.87% -
XYZ 50.45 45.84 74.6 -
YUV 183.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 197 170 221 0.11 0.23 0 0.13 271.76 0.43 0.77
Hex C5 AA DD B 17 0 D 110 2B 4D
Octal 305 252 335 13 27 0 15 420 53 115
Binary 11000101 10101010 11011101 1011 10111 0 1101 100010000 101011 1001101

Color Harmonies of #C5AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AADD

Black with #C5AADD

Text Example


Text Example

White with #C5AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AADD; }

 p { color: rgb(197,170,221); }

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

background-color css

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

 a { background-color: rgb(197,170,221); }

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

border-color css

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

 span { border-color: rgb(197,170,221); }

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