Html Css Color HEX #C59DFA Perfume

📋 copy color: '#C59DFA'

red 197 ◦ green 157 ◦ blue 250

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

Shades of Perfume #C59DFA

Tints of Perfume #C59DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.99%

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

R = 32.62%
G = 25.99%
B = 41.39%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C59DFA (or 0xC59DFA) is known color: Perfume. HEX triplet: C5, 9D and FA. RGB value is (197,157,250). Sum of RGB (Red+Green+Blue) = 197+157+250=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 157 (61.72% from 255 or 25.99% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #C59DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59DFA is #3A6205. Grayscale: #B3B3B3. Windows color (decimal): -3826182 or 16424389. OLE color: 16424389.

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

Color convert

RGB 197 157 250 -
CMYK 0.21 0.37 0 0.02
HSL 265.81º 0.9% 0.8% -
HSV(B) 265.81º 0.37% 0.98% -
XYZ 52.34 42.89 95.96 -
YUV 179.56 167.75 140.44 -
System Red Green Blue C M Y K H S L
Decimal 197 157 250 0.21 0.37 0 0.02 265.81 0.9 0.8
Hex C5 9D FA 15 25 0 2 10A 5A 50
Octal 305 235 372 25 45 0 2 412 132 120
Binary 11000101 10011101 11111010 10101 100101 0 10 100001010 1011010 1010000

Color Harmonies of #C59DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59DFA

Black with #C59DFA

Text Example


Text Example

White with #C59DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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