Html Css Color HEX #C59AFC Perfume

📋 copy color: '#C59AFC'

red 197 ◦ green 154 ◦ blue 252

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

Shades of Perfume #C59AFC

Tints of Perfume #C59AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.79%

R = 32.67%
G = 25.54%
B = 41.79%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C59AFC (or 0xC59AFC) is known color: Perfume. HEX triplet: C5, 9A and FC. RGB value is (197,154,252). Sum of RGB (Red+Green+Blue) = 197+154+252=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #C59AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59AFC is #3A6503. Grayscale: #B1B1B1. Windows color (decimal): -3826948 or 16554693. OLE color: 16554693.

HSL color Cylindrical-coordinate representation of color #C59AFC: hue angle of 266.33º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C59AFC is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 154 252 -
CMYK 0.22 0.39 0 0.01
HSL 266.33º 0.94% 0.8% -
HSV(B) 266.33º 0.39% 0.99% -
XYZ 52.15 42.01 97.46 -
YUV 178.03 169.75 141.53 -
System Red Green Blue C M Y K H S L
Decimal 197 154 252 0.22 0.39 0 0.01 266.33 0.94 0.8
Hex C5 9A FC 16 27 0 1 10A 5E 50
Octal 305 232 374 26 47 0 1 412 136 120
Binary 11000101 10011010 11111100 10110 100111 0 1 100001010 1011110 1010000

Color Harmonies of #C59AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59AFC

Black with #C59AFC

Text Example


Text Example

White with #C59AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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