Html Css Color HEX #C5A8DF Perfume

📋 copy color: '#C5A8DF'

red 197 ◦ green 168 ◦ blue 223

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

Shades of Perfume #C5A8DF

Tints of Perfume #C5A8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.93%

R = 33.5%
G = 28.57%
B = 37.93%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5A8DF (or 0xC5A8DF) is known color: Perfume. HEX triplet: C5, A8 and DF. RGB value is (197,168,223). Sum of RGB (Red+Green+Blue) = 197+168+223=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 168 (66.02% from 255 or 28.57% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A8DF is #3A5720. Grayscale: #B6B6B6. Windows color (decimal): -3823393 or 14657733. OLE color: 14657733.

HSL color Cylindrical-coordinate representation of color #C5A8DF: hue angle of 271.64º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5A8DF is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 168 223 -
CMYK 0.12 0.25 0 0.13
HSL 271.64º 0.46% 0.77% -
HSV(B) 271.64º 0.25% 0.87% -
XYZ 50.35 45.2 75.88 -
YUV 182.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 197 168 223 0.12 0.25 0 0.13 271.64 0.46 0.77
Hex C5 A8 DF C 19 0 D 110 2E 4D
Octal 305 250 337 14 31 0 15 420 56 115
Binary 11000101 10101000 11011111 1100 11001 0 1101 100010000 101110 1001101

Color Harmonies of #C5A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A8DF

Black with #C5A8DF

Text Example


Text Example

White with #C5A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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