Html Css Color HEX #C5A8FA Perfume

📋 copy color: '#C5A8FA'

red 197 ◦ green 168 ◦ blue 250

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

Shades of Perfume #C5A8FA

Tints of Perfume #C5A8FA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.32%

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

R = 32.03%
G = 27.32%
B = 40.65%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5A8FA (or 0xC5A8FA) is known color: Perfume. HEX triplet: C5, A8 and FA. RGB value is (197,168,250). Sum of RGB (Red+Green+Blue) = 197+168+250=615 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.03% from 615); Green value is 168 (66.02% from 255 or 27.32% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5A8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A8FA is #3A5705. Grayscale: #B9B9B9. Windows color (decimal): -3823366 or 16427205. OLE color: 16427205.

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

Color convert

RGB 197 168 250 -
CMYK 0.21 0.33 0 0.02
HSL 261.22º 0.89% 0.82% -
HSV(B) 261.22º 0.33% 0.98% -
XYZ 54.28 46.78 96.61 -
YUV 186.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 197 168 250 0.21 0.33 0 0.02 261.22 0.89 0.82
Hex C5 A8 FA 15 21 0 2 105 59 52
Octal 305 250 372 25 41 0 2 405 131 122
Binary 11000101 10101000 11111010 10101 100001 0 10 100000101 1011001 1010010

Color Harmonies of #C5A8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A8FA

Black with #C5A8FA

Text Example


Text Example

White with #C5A8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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