Html Css Color HEX #C0AADD Perfume

📋 copy color: '#C0AADD'

red 192 ◦ green 170 ◦ blue 221

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

Shades of Perfume #C0AADD

Tints of Perfume #C0AADD

RGB

 RED value IS 192 (75.39% from 255) = 32.93%

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

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

R = 32.93%
G = 29.16%
B = 37.91%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C0AADD (or 0xC0AADD) is known color: Perfume. HEX triplet: C0, AA and DD. RGB value is (192,170,221). Sum of RGB (Red+Green+Blue) = 192+170+221=583 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.93% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AADD is #3F5522. Grayscale: #B6B6B6. Windows color (decimal): -4150563 or 14527168. OLE color: 14527168.

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

Color convert

RGB 192 170 221 -
CMYK 0.13 0.23 0 0.13
HSL 265.88º 0.43% 0.77% -
HSV(B) 265.88º 0.23% 0.87% -
XYZ 49.16 45.18 74.54 -
YUV 182.39 149.79 134.85 -
System Red Green Blue C M Y K H S L
Decimal 192 170 221 0.13 0.23 0 0.13 265.88 0.43 0.77
Hex C0 AA DD D 17 0 D 10A 2B 4D
Octal 300 252 335 15 27 0 15 412 53 115
Binary 11000000 10101010 11011101 1101 10111 0 1101 100001010 101011 1001101

Color Harmonies of #C0AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AADD

Black with #C0AADD

Text Example


Text Example

White with #C0AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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