Html Css Color HEX #C6A9DF Perfume

📋 copy color: '#C6A9DF'

red 198 ◦ green 169 ◦ blue 223

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

Shades of Perfume #C6A9DF

Tints of Perfume #C6A9DF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.64%

 BLUE value IS 223 (87.5% from 255) = 37.8%

R = 33.56%
G = 28.64%
B = 37.8%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6A9DF (or 0xC6A9DF) is known color: Perfume. HEX triplet: C6, A9 and DF. RGB value is (198,169,223). Sum of RGB (Red+Green+Blue) = 198+169+223=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A9DF is #395620. Grayscale: #B7B7B7. Windows color (decimal): -3757601 or 14657990. OLE color: 14657990.

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

Color convert

RGB 198 169 223 -
CMYK 0.11 0.24 0 0.13
HSL 272.22º 0.46% 0.77% -
HSV(B) 272.22º 0.24% 0.87% -
XYZ 50.8 45.71 75.96 -
YUV 183.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 198 169 223 0.11 0.24 0 0.13 272.22 0.46 0.77
Hex C6 A9 DF B 18 0 D 110 2E 4D
Octal 306 251 337 13 30 0 15 420 56 115
Binary 11000110 10101001 11011111 1011 11000 0 1101 100010000 101110 1001101

Color Harmonies of #C6A9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A9DF

Black with #C6A9DF

Text Example


Text Example

White with #C6A9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A9DF; }

 p { color: rgb(198,169,223); }

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

background-color css

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

 a { background-color: rgb(198,169,223); }

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

border-color css

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

 span { border-color: rgb(198,169,223); }

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