Html Css Color HEX #C5A0FC Perfume

📋 copy color: '#C5A0FC'

red 197 ◦ green 160 ◦ blue 252

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

Shades of Perfume #C5A0FC

Tints of Perfume #C5A0FC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.27%

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

R = 32.35%
G = 26.27%
B = 41.38%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5A0FC (or 0xC5A0FC) is known color: Perfume. HEX triplet: C5, A0 and FC. RGB value is (197,160,252). Sum of RGB (Red+Green+Blue) = 197+160+252=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5A0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A0FC is #3A5F03. Grayscale: #B5B5B5. Windows color (decimal): -3825412 or 16556229. OLE color: 16556229.

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

Color convert

RGB 197 160 252 -
CMYK 0.22 0.37 0 0.01
HSL 264.13º 0.94% 0.81% -
HSV(B) 264.13º 0.37% 0.99% -
XYZ 53.17 44.04 97.79 -
YUV 181.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 197 160 252 0.22 0.37 0 0.01 264.13 0.94 0.81
Hex C5 A0 FC 16 25 0 1 108 5E 51
Octal 305 240 374 26 45 0 1 410 136 121
Binary 11000101 10100000 11111100 10110 100101 0 1 100001000 1011110 1010001

Color Harmonies of #C5A0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A0FC

Black with #C5A0FC

Text Example


Text Example

White with #C5A0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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