Html Css Color HEX #C5A8F9 Perfume

📋 copy color: '#C5A8F9'

red 197 ◦ green 168 ◦ blue 249

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

Shades of Perfume #C5A8F9

Tints of Perfume #C5A8F9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.36%

 BLUE value IS 249 (97.66% from 255) = 40.55%

R = 32.08%
G = 27.36%
B = 40.55%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5A8F9 (or 0xC5A8F9) is known color: Perfume. HEX triplet: C5, A8 and F9. RGB value is (197,168,249). Sum of RGB (Red+Green+Blue) = 197+168+249=614 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.08% from 614); Green value is 168 (66.02% from 255 or 27.36% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #C5A8F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A8F9 is #3A5706. Grayscale: #B9B9B9. Windows color (decimal): -3823367 or 16361669. OLE color: 16361669.

HSL color Cylindrical-coordinate representation of color #C5A8F9: hue angle of 261.48º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5A8F9 is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 168 249 -
CMYK 0.21 0.33 0 0.02
HSL 261.48º 0.87% 0.82% -
HSV(B) 261.48º 0.33% 0.98% -
XYZ 54.13 46.72 95.79 -
YUV 185.91 163.61 135.91 -
System Red Green Blue C M Y K H S L
Decimal 197 168 249 0.21 0.33 0 0.02 261.48 0.87 0.82
Hex C5 A8 F9 15 21 0 2 105 57 52
Octal 305 250 371 25 41 0 2 405 127 122
Binary 11000101 10101000 11111001 10101 100001 0 10 100000101 1010111 1010010

Color Harmonies of #C5A8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A8F9

Black with #C5A8F9

Text Example


Text Example

White with #C5A8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A8F9; }

 p { color: rgb(197,168,249); }

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

background-color css

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

 a { background-color: rgb(197,168,249); }

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

border-color css

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

 span { border-color: rgb(197,168,249); }

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