Html Css Color HEX #C5A4DC Perfume

📋 copy color: '#C5A4DC'

red 197 ◦ green 164 ◦ blue 220

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

Shades of Perfume #C5A4DC

Tints of Perfume #C5A4DC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.23%

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 33.91%
G = 28.23%
B = 37.87%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5A4DC (or 0xC5A4DC) is known color: Perfume. HEX triplet: C5, A4 and DC. RGB value is (197,164,220). Sum of RGB (Red+Green+Blue) = 197+164+220=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5A4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A4DC is #3A5B23. Grayscale: #B4B4B4. Windows color (decimal): -3824420 or 14460101. OLE color: 14460101.

HSL color Cylindrical-coordinate representation of color #C5A4DC: hue angle of 275.36º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5A4DC is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 164 220 -
CMYK 0.10 0.25 0 0.14
HSL 275.36º 0.44% 0.75% -
HSV(B) 275.36º 0.25% 0.86% -
XYZ 49.22 43.59 73.53 -
YUV 180.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 197 164 220 0.10 0.25 0 0.14 275.36 0.44 0.75
Hex C5 A4 DC A 19 0 E 113 2C 4B
Octal 305 244 334 12 31 0 16 423 54 113
Binary 11000101 10100100 11011100 1010 11001 0 1110 100010011 101100 1001011

Color Harmonies of #C5A4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A4DC

Black with #C5A4DC

Text Example


Text Example

White with #C5A4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A4DC; }

 p { color: rgb(197,164,220); }

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

background-color css

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

 a { background-color: rgb(197,164,220); }

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

border-color css

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

 span { border-color: rgb(197,164,220); }

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