Html Css Color HEX #C5A7DF Perfume

📋 copy color: '#C5A7DF'

red 197 ◦ green 167 ◦ blue 223

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

Shades of Perfume #C5A7DF

Tints of Perfume #C5A7DF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.45%

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

R = 33.56%
G = 28.45%
B = 37.99%

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

#C5A7DF (or 0xC5A7DF) is known color: Perfume. HEX triplet: C5, A7 and DF. RGB value is (197,167,223). Sum of RGB (Red+Green+Blue) = 197+167+223=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 167 (65.62% from 255 or 28.45% from 587); Blue value is 223 (87.5% from 255 or 37.99% from 587); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5A7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A7DF is #3A5820. Grayscale: #B6B6B6. Windows color (decimal): -3823649 or 14657477. OLE color: 14657477.

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

Color convert

RGB 197 167 223 -
CMYK 0.12 0.25 0 0.13
HSL 272.14º 0.47% 0.76% -
HSV(B) 272.14º 0.25% 0.87% -
XYZ 50.16 44.84 75.82 -
YUV 182.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 197 167 223 0.12 0.25 0 0.13 272.14 0.47 0.76
Hex C5 A7 DF C 19 0 D 110 2F 4C
Octal 305 247 337 14 31 0 15 420 57 114
Binary 11000101 10100111 11011111 1100 11001 0 1101 100010000 101111 1001100

Color Harmonies of #C5A7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A7DF

Black with #C5A7DF

Text Example


Text Example

White with #C5A7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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