Html Css Color HEX #C6ABDD Perfume

📋 copy color: '#C6ABDD'

red 198 ◦ green 171 ◦ blue 221

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

Shades of Perfume #C6ABDD

Tints of Perfume #C6ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.98%

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

R = 33.56%
G = 28.98%
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

#C6ABDD (or 0xC6ABDD) is known color: Perfume. HEX triplet: C6, AB and DD. RGB value is (198,171,221). Sum of RGB (Red+Green+Blue) = 198+171+221=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 171 (67.19% from 255 or 28.98% 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 #C6ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABDD is #395422. Grayscale: #B8B8B8. Windows color (decimal): -3757091 or 14527430. OLE color: 14527430.

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

Color convert

RGB 198 171 221 -
CMYK 0.10 0.23 0 0.13
HSL 272.4º 0.42% 0.77% -
HSV(B) 272.4º 0.23% 0.87% -
XYZ 50.9 46.35 74.67 -
YUV 184.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 198 171 221 0.10 0.23 0 0.13 272.4 0.42 0.77
Hex C6 AB DD A 17 0 D 110 2A 4D
Octal 306 253 335 12 27 0 15 420 52 115
Binary 11000110 10101011 11011101 1010 10111 0 1101 100010000 101010 1001101

Color Harmonies of #C6ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ABDD

Black with #C6ABDD

Text Example


Text Example

White with #C6ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ABDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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