Html Css Color HEX #C5AFDF Perfume

📋 copy color: '#C5AFDF'

red 197 ◦ green 175 ◦ blue 223

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

Shades of Perfume #C5AFDF

Tints of Perfume #C5AFDF

RGB

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

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

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

R = 33.11%
G = 29.41%
B = 37.48%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5AFDF (or 0xC5AFDF) is known color: Perfume. HEX triplet: C5, AF and DF. RGB value is (197,175,223). Sum of RGB (Red+Green+Blue) = 197+175+223=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFDF is #3A5020. Grayscale: #BABABA. Windows color (decimal): -3821601 or 14659525. OLE color: 14659525.

HSL color Cylindrical-coordinate representation of color #C5AFDF: hue angle of 267.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 #C5AFDF is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 175 223 -
CMYK 0.12 0.22 0 0.13
HSL 267.5º 0.43% 0.78% -
HSV(B) 267.5º 0.22% 0.87% -
XYZ 51.68 47.86 76.33 -
YUV 187.05 148.29 135.1 -
System Red Green Blue C M Y K H S L
Decimal 197 175 223 0.12 0.22 0 0.13 267.5 0.43 0.78
Hex C5 AF DF C 16 0 D 10C 2B 4E
Octal 305 257 337 14 26 0 15 414 53 116
Binary 11000101 10101111 11011111 1100 10110 0 1101 100001100 101011 1001110

Color Harmonies of #C5AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFDF

Black with #C5AFDF

Text Example


Text Example

White with #C5AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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