Html Css Color HEX #C59AFA Perfume

📋 copy color: '#C59AFA'

red 197 ◦ green 154 ◦ blue 250

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

Shades of Perfume #C59AFA

Tints of Perfume #C59AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.6%

R = 32.78%
G = 25.62%
B = 41.6%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C59AFA (or 0xC59AFA) is known color: Perfume. HEX triplet: C5, 9A and FA. RGB value is (197,154,250). Sum of RGB (Red+Green+Blue) = 197+154+250=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #C59AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59AFA is #3A6505. Grayscale: #B1B1B1. Windows color (decimal): -3826950 or 16423621. OLE color: 16423621.

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

Color convert

RGB 197 154 250 -
CMYK 0.21 0.38 0 0.02
HSL 266.88º 0.91% 0.79% -
HSV(B) 266.88º 0.38% 0.98% -
XYZ 51.84 41.88 95.79 -
YUV 177.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 197 154 250 0.21 0.38 0 0.02 266.88 0.91 0.79
Hex C5 9A FA 15 26 0 2 10B 5B 4F
Octal 305 232 372 25 46 0 2 413 133 117
Binary 11000101 10011010 11111010 10101 100110 0 10 100001011 1011011 1001111

Color Harmonies of #C59AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59AFA

Black with #C59AFA

Text Example


Text Example

White with #C59AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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