Html Css Color HEX #C5AFDD Perfume

📋 copy color: '#C5AFDD'

red 197 ◦ green 175 ◦ blue 221

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

Shades of Perfume #C5AFDD

Tints of Perfume #C5AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.27%

R = 33.22%
G = 29.51%
B = 37.27%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5AFDD (or 0xC5AFDD) is known color: Perfume. HEX triplet: C5, AF and DD. RGB value is (197,175,221). Sum of RGB (Red+Green+Blue) = 197+175+221=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFDD is #3A5022. Grayscale: #BABABA. Windows color (decimal): -3821603 or 14528453. OLE color: 14528453.

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

Color convert

RGB 197 175 221 -
CMYK 0.11 0.21 0 0.13
HSL 268.7º 0.4% 0.78% -
HSV(B) 268.7º 0.21% 0.87% -
XYZ 51.41 47.75 74.91 -
YUV 186.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 197 175 221 0.11 0.21 0 0.13 268.7 0.4 0.78
Hex C5 AF DD B 15 0 D 10D 28 4E
Octal 305 257 335 13 25 0 15 415 50 116
Binary 11000101 10101111 11011101 1011 10101 0 1101 100001101 101000 1001110

Color Harmonies of #C5AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFDD

Black with #C5AFDD

Text Example


Text Example

White with #C5AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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