Html Css Color HEX #C5A8EF Perfume

📋 copy color: '#C5A8EF'

red 197 ◦ green 168 ◦ blue 239

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

Shades of Perfume #C5A8EF

Tints of Perfume #C5A8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.57%

R = 32.62%
G = 27.81%
B = 39.57%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C5A8EF (or 0xC5A8EF) is known color: Perfume. HEX triplet: C5, A8 and EF. RGB value is (197,168,239). Sum of RGB (Red+Green+Blue) = 197+168+239=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #C5A8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A8EF is #3A5710. Grayscale: #B8B8B8. Windows color (decimal): -3823377 or 15706309. OLE color: 15706309.

HSL color Cylindrical-coordinate representation of color #C5A8EF: hue angle of 264.51º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5A8EF is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 168 239 -
CMYK 0.18 0.30 0 0.06
HSL 264.51º 0.69% 0.8% -
HSV(B) 264.51º 0.3% 0.94% -
XYZ 52.61 46.11 87.79 -
YUV 184.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 197 168 239 0.18 0.30 0 0.06 264.51 0.69 0.8
Hex C5 A8 EF 12 1E 0 6 109 45 50
Octal 305 250 357 22 36 0 6 411 105 120
Binary 11000101 10101000 11101111 10010 11110 0 110 100001001 1000101 1010000

Color Harmonies of #C5A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A8EF

Black with #C5A8EF

Text Example


Text Example

White with #C5A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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