Html Css Color HEX #C5ACDC Perfume

📋 copy color: '#C5ACDC'

red 197 ◦ green 172 ◦ blue 220

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

Shades of Perfume #C5ACDC

Tints of Perfume #C5ACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.2%

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

R = 33.45%
G = 29.2%
B = 37.35%

CMYK

 C value IS 0.10

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5ACDC (or 0xC5ACDC) is known color: Perfume. HEX triplet: C5, AC and DC. RGB value is (197,172,220). Sum of RGB (Red+Green+Blue) = 197+172+220=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ACDC is #3A5323. Grayscale: #B8B8B8. Windows color (decimal): -3822372 or 14462149. OLE color: 14462149.

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

Color convert

RGB 197 172 220 -
CMYK 0.10 0.22 0 0.14
HSL 271.25º 0.41% 0.77% -
HSV(B) 271.25º 0.22% 0.86% -
XYZ 50.7 46.54 74.02 -
YUV 184.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 197 172 220 0.10 0.22 0 0.14 271.25 0.41 0.77
Hex C5 AC DC A 16 0 E 10F 29 4D
Octal 305 254 334 12 26 0 16 417 51 115
Binary 11000101 10101100 11011100 1010 10110 0 1110 100001111 101001 1001101

Color Harmonies of #C5ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ACDC

Black with #C5ACDC

Text Example


Text Example

White with #C5ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ACDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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