Html Css Color HEX #C5AFE8 Perfume

📋 copy color: '#C5AFE8'

red 197 ◦ green 175 ◦ blue 232

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

Shades of Perfume #C5AFE8

Tints of Perfume #C5AFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.41%

R = 32.62%
G = 28.97%
B = 38.41%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C5AFE8 (or 0xC5AFE8) is known color: Perfume. HEX triplet: C5, AF and E8. RGB value is (197,175,232). Sum of RGB (Red+Green+Blue) = 197+175+232=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 232 (91.02% from 255 or 38.41% from 604); Max value from RGB is 232 - color contains mainly: blue. Hex color #C5AFE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFE8 is #3A5017. Grayscale: #BBBBBB. Windows color (decimal): -3821592 or 15249349. OLE color: 15249349.

HSL color Cylindrical-coordinate representation of color #C5AFE8: hue angle of 263.16º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5AFE8 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 175 232 -
CMYK 0.15 0.25 0 0.09
HSL 263.16º 0.55% 0.8% -
HSV(B) 263.16º 0.25% 0.91% -
XYZ 52.92 48.36 82.89 -
YUV 188.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 197 175 232 0.15 0.25 0 0.09 263.16 0.55 0.8
Hex C5 AF E8 F 19 0 9 107 37 50
Octal 305 257 350 17 31 0 11 407 67 120
Binary 11000101 10101111 11101000 1111 11001 0 1001 100000111 110111 1010000

Color Harmonies of #C5AFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFE8

Black with #C5AFE8

Text Example


Text Example

White with #C5AFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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