Html Css Color HEX #C6AFD7 Perfume

📋 copy color: '#C6AFD7'

red 198 ◦ green 175 ◦ blue 215

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

Shades of Perfume #C6AFD7

Tints of Perfume #C6AFD7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.76%

 BLUE value IS 215 (84.38% from 255) = 36.56%

R = 33.67%
G = 29.76%
B = 36.56%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C6AFD7 (or 0xC6AFD7) is known color: Perfume. HEX triplet: C6, AF and D7. RGB value is (198,175,215). Sum of RGB (Red+Green+Blue) = 198+175+215=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 215 (84.38% from 255 or 36.56% from 588); Max value from RGB is 215 - color contains mainly: blue. Hex color #C6AFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFD7 is #395028. Grayscale: #BABABA. Windows color (decimal): -3756073 or 14135238. OLE color: 14135238.

HSL color Cylindrical-coordinate representation of color #C6AFD7: hue angle of 274.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6AFD7 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 175 215 -
CMYK 0.08 0.19 0 0.16
HSL 274.5º 0.33% 0.76% -
HSV(B) 274.5º 0.19% 0.84% -
XYZ 50.88 47.57 70.79 -
YUV 186.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 198 175 215 0.08 0.19 0 0.16 274.5 0.33 0.76
Hex C6 AF D7 8 13 0 10 112 21 4C
Octal 306 257 327 10 23 0 20 422 41 114
Binary 11000110 10101111 11010111 1000 10011 0 10000 100010010 100001 1001100

Color Harmonies of #C6AFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFD7

Black with #C6AFD7

Text Example


Text Example

White with #C6AFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFD7; }

 p { color: rgb(198,175,215); }

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

background-color css

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

 a { background-color: rgb(198,175,215); }

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

border-color css

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

 span { border-color: rgb(198,175,215); }

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