Html Css Color HEX #C59AFB Perfume

📋 copy color: '#C59AFB'

red 197 ◦ green 154 ◦ blue 251

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

Shades of Perfume #C59AFB

Tints of Perfume #C59AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.69%

R = 32.72%
G = 25.58%
B = 41.69%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C59AFB (or 0xC59AFB) is known color: Perfume. HEX triplet: C5, 9A and FB. RGB value is (197,154,251). Sum of RGB (Red+Green+Blue) = 197+154+251=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #C59AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59AFB is #3A6504. Grayscale: #B1B1B1. Windows color (decimal): -3826949 or 16489157. OLE color: 16489157.

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

Color convert

RGB 197 154 251 -
CMYK 0.22 0.39 0 0.02
HSL 266.6º 0.92% 0.79% -
HSV(B) 266.6º 0.39% 0.98% -
XYZ 51.99 41.95 96.62 -
YUV 177.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 197 154 251 0.22 0.39 0 0.02 266.6 0.92 0.79
Hex C5 9A FB 16 27 0 2 10B 5C 4F
Octal 305 232 373 26 47 0 2 413 134 117
Binary 11000101 10011010 11111011 10110 100111 0 10 100001011 1011100 1001111

Color Harmonies of #C59AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59AFB

Black with #C59AFB

Text Example


Text Example

White with #C59AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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