Html Css Color HEX #C59AF1 Perfume

📋 copy color: '#C59AF1'

red 197 ◦ green 154 ◦ blue 241

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

Shades of Perfume #C59AF1

Tints of Perfume #C59AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.01%

 BLUE value IS 241 (94.53% from 255) = 40.71%

R = 33.28%
G = 26.01%
B = 40.71%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C59AF1 (or 0xC59AF1) is known color: Perfume. HEX triplet: C5, 9A and F1. RGB value is (197,154,241). Sum of RGB (Red+Green+Blue) = 197+154+241=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 241 - color contains mainly: blue. Hex color #C59AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59AF1 is #3A650E. Grayscale: #B0B0B0. Windows color (decimal): -3826959 or 15833797. OLE color: 15833797.

HSL color Cylindrical-coordinate representation of color #C59AF1: hue angle of 269.66º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C59AF1 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 154 241 -
CMYK 0.18 0.36 0 0.05
HSL 269.66º 0.76% 0.77% -
HSV(B) 269.66º 0.36% 0.95% -
XYZ 50.46 41.33 88.54 -
YUV 176.78 164.25 142.43 -
System Red Green Blue C M Y K H S L
Decimal 197 154 241 0.18 0.36 0 0.05 269.66 0.76 0.77
Hex C5 9A F1 12 24 0 5 10E 4C 4D
Octal 305 232 361 22 44 0 5 416 114 115
Binary 11000101 10011010 11110001 10010 100100 0 101 100001110 1001100 1001101

Color Harmonies of #C59AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59AF1

Black with #C59AF1

Text Example


Text Example

White with #C59AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59AF1; }

 p { color: rgb(197,154,241); }

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

background-color css

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

 a { background-color: rgb(197,154,241); }

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

border-color css

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

 span { border-color: rgb(197,154,241); }

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