Html Css Color HEX #C5AFD8 Perfume

📋 copy color: '#C5AFD8'

red 197 ◦ green 175 ◦ blue 216

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

Shades of Perfume #C5AFD8

Tints of Perfume #C5AFD8

RGB

 RED value IS 197 (77.34% from 255) = 33.5%

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

 BLUE value IS 216 (84.77% from 255) = 36.73%

R = 33.5%
G = 29.76%
B = 36.73%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5AFD8 (or 0xC5AFD8) is known color: Perfume. HEX triplet: C5, AF and D8. RGB value is (197,175,216). Sum of RGB (Red+Green+Blue) = 197+175+216=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 216 (84.77% from 255 or 36.73% from 588); Max value from RGB is 216 - color contains mainly: blue. Hex color #C5AFD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFD8 is #3A5027. Grayscale: #BABABA. Windows color (decimal): -3821608 or 14200773. OLE color: 14200773.

HSL color Cylindrical-coordinate representation of color #C5AFD8: hue angle of 272.2º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5AFD8 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 175 216 -
CMYK 0.09 0.19 0 0.15
HSL 272.2º 0.34% 0.77% -
HSV(B) 272.2º 0.19% 0.85% -
XYZ 50.75 47.49 71.46 -
YUV 186.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 197 175 216 0.09 0.19 0 0.15 272.2 0.34 0.77
Hex C5 AF D8 9 13 0 F 110 22 4D
Octal 305 257 330 11 23 0 17 420 42 115
Binary 11000101 10101111 11011000 1001 10011 0 1111 100010000 100010 1001101

Color Harmonies of #C5AFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFD8

Black with #C5AFD8

Text Example


Text Example

White with #C5AFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFD8; }

 p { color: rgb(197,175,216); }

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

background-color css

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

 a { background-color: rgb(197,175,216); }

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

border-color css

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

 span { border-color: rgb(197,175,216); }

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