Html Css Color HEX #C5A8FC Perfume

📋 copy color: '#C5A8FC'

red 197 ◦ green 168 ◦ blue 252

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

Shades of Perfume #C5A8FC

Tints of Perfume #C5A8FC

RGB

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

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

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

R = 31.93%
G = 27.23%
B = 40.84%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5A8FC (or 0xC5A8FC) is known color: Perfume. HEX triplet: C5, A8 and FC. RGB value is (197,168,252). Sum of RGB (Red+Green+Blue) = 197+168+252=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5A8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A8FC is #3A5703. Grayscale: #B9B9B9. Windows color (decimal): -3823364 or 16558277. OLE color: 16558277.

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

Color convert

RGB 197 168 252 -
CMYK 0.22 0.33 0 0.01
HSL 260.71º 0.93% 0.82% -
HSV(B) 260.71º 0.33% 0.99% -
XYZ 54.6 46.9 98.27 -
YUV 186.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 197 168 252 0.22 0.33 0 0.01 260.71 0.93 0.82
Hex C5 A8 FC 16 21 0 1 105 5D 52
Octal 305 250 374 26 41 0 1 405 135 122
Binary 11000101 10101000 11111100 10110 100001 0 1 100000101 1011101 1010010

Color Harmonies of #C5A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A8FC

Black with #C5A8FC

Text Example


Text Example

White with #C5A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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