Html Css Color HEX #C6ACDD Perfume

📋 copy color: '#C6ACDD'

red 198 ◦ green 172 ◦ blue 221

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

Shades of Perfume #C6ACDD

Tints of Perfume #C6ACDD

RGB

 RED value IS 198 (77.73% from 255) = 33.5%

 GREEN value IS 172 (67.58% from 255) = 29.1%

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

R = 33.5%
G = 29.1%
B = 37.39%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6ACDD (or 0xC6ACDD) is known color: Perfume. HEX triplet: C6, AC and DD. RGB value is (198,172,221). Sum of RGB (Red+Green+Blue) = 198+172+221=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ACDD is #395322. Grayscale: #B9B9B9. Windows color (decimal): -3756835 or 14527686. OLE color: 14527686.

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

Color convert

RGB 198 172 221 -
CMYK 0.10 0.22 0 0.13
HSL 271.84º 0.42% 0.77% -
HSV(B) 271.84º 0.22% 0.87% -
XYZ 51.09 46.73 74.73 -
YUV 185.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 198 172 221 0.10 0.22 0 0.13 271.84 0.42 0.77
Hex C6 AC DD A 16 0 D 110 2A 4D
Octal 306 254 335 12 26 0 15 420 52 115
Binary 11000110 10101100 11011101 1010 10110 0 1101 100010000 101010 1001101

Color Harmonies of #C6ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ACDD

Black with #C6ACDD

Text Example


Text Example

White with #C6ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ACDD; }

 p { color: rgb(198,172,221); }

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

background-color css

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

 a { background-color: rgb(198,172,221); }

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

border-color css

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

 span { border-color: rgb(198,172,221); }

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