Html Css Color HEX #C7AADD Perfume

📋 copy color: '#C7AADD'

red 199 ◦ green 170 ◦ blue 221

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

Shades of Perfume #C7AADD

Tints of Perfume #C7AADD

RGB

 RED value IS 199 (78.13% from 255) = 33.73%

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

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

R = 33.73%
G = 28.81%
B = 37.46%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7AADD (or 0xC7AADD) is known color: Perfume. HEX triplet: C7, AA and DD. RGB value is (199,170,221). Sum of RGB (Red+Green+Blue) = 199+170+221=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AADD is #385522. Grayscale: #B8B8B8. Windows color (decimal): -3691811 or 14527175. OLE color: 14527175.

HSL color Cylindrical-coordinate representation of color #C7AADD: hue angle of 274.12º 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 #C7AADD is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 170 221 -
CMYK 0.10 0.23 0 0.13
HSL 274.12º 0.43% 0.77% -
HSV(B) 274.12º 0.23% 0.87% -
XYZ 50.98 46.11 74.62 -
YUV 184.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 199 170 221 0.10 0.23 0 0.13 274.12 0.43 0.77
Hex C7 AA DD A 17 0 D 112 2B 4D
Octal 307 252 335 12 27 0 15 422 53 115
Binary 11000111 10101010 11011101 1010 10111 0 1101 100010010 101011 1001101

Color Harmonies of #C7AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AADD

Black with #C7AADD

Text Example


Text Example

White with #C7AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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