Html Css Color HEX #C9AFDF Perfume

📋 copy color: '#C9AFDF'

red 201 ◦ green 175 ◦ blue 223

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

Shades of Perfume #C9AFDF

Tints of Perfume #C9AFDF

RGB

 RED value IS 201 (78.91% from 255) = 33.56%

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

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

R = 33.56%
G = 29.22%
B = 37.23%

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

#C9AFDF (or 0xC9AFDF) is known color: Perfume. HEX triplet: C9, AF and DF. RGB value is (201,175,223). Sum of RGB (Red+Green+Blue) = 201+175+223=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 223 - color contains mainly: blue. Hex color #C9AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFDF is #365020. Grayscale: #BCBCBC. Windows color (decimal): -3559457 or 14659529. OLE color: 14659529.

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

Color convert

RGB 201 175 223 -
CMYK 0.10 0.22 0 0.13
HSL 272.5º 0.43% 0.78% -
HSV(B) 272.5º 0.22% 0.87% -
XYZ 52.74 48.41 76.38 -
YUV 188.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 201 175 223 0.10 0.22 0 0.13 272.5 0.43 0.78
Hex C9 AF DF A 16 0 D 110 2B 4E
Octal 311 257 337 12 26 0 15 420 53 116
Binary 11001001 10101111 11011111 1010 10110 0 1101 100010000 101011 1001110

Color Harmonies of #C9AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFDF

Black with #C9AFDF

Text Example


Text Example

White with #C9AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFDF; }

 p { color: rgb(201,175,223); }

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

background-color css

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

 a { background-color: rgb(201,175,223); }

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

border-color css

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

 span { border-color: rgb(201,175,223); }

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