Html Css Color HEX #C5A3F9 Perfume

📋 copy color: '#C5A3F9'

red 197 ◦ green 163 ◦ blue 249

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

Shades of Perfume #C5A3F9

Tints of Perfume #C5A3F9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.77%

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

R = 32.35%
G = 26.77%
B = 40.89%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5A3F9 (or 0xC5A3F9) is known color: Perfume. HEX triplet: C5, A3 and F9. RGB value is (197,163,249). Sum of RGB (Red+Green+Blue) = 197+163+249=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 163 (64.06% from 255 or 26.77% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #C5A3F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A3F9 is #3A5C06. Grayscale: #B6B6B6. Windows color (decimal): -3824647 or 16360389. OLE color: 16360389.

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

Color convert

RGB 197 163 249 -
CMYK 0.21 0.35 0 0.02
HSL 263.72º 0.88% 0.81% -
HSV(B) 263.72º 0.35% 0.98% -
XYZ 53.22 44.9 95.48 -
YUV 182.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 197 163 249 0.21 0.35 0 0.02 263.72 0.88 0.81
Hex C5 A3 F9 15 23 0 2 108 58 51
Octal 305 243 371 25 43 0 2 410 130 121
Binary 11000101 10100011 11111001 10101 100011 0 10 100001000 1011000 1010001

Color Harmonies of #C5A3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A3F9

Black with #C5A3F9

Text Example


Text Example

White with #C5A3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A3F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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