Html Css Color HEX #C5ABDC Perfume

📋 copy color: '#C5ABDC'

red 197 ◦ green 171 ◦ blue 220

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

Shades of Perfume #C5ABDC

Tints of Perfume #C5ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.08%

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

R = 33.5%
G = 29.08%
B = 37.41%

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

#C5ABDC (or 0xC5ABDC) is known color: Perfume. HEX triplet: C5, AB and DC. RGB value is (197,171,220). Sum of RGB (Red+Green+Blue) = 197+171+220=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABDC is #3A5423. Grayscale: #B8B8B8. Windows color (decimal): -3822628 or 14461893. OLE color: 14461893.

HSL color Cylindrical-coordinate representation of color #C5ABDC: hue angle of 271.84º 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 #C5ABDC is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 171 220 -
CMYK 0.10 0.22 0 0.14
HSL 271.84º 0.41% 0.77% -
HSV(B) 271.84º 0.22% 0.86% -
XYZ 50.51 46.16 73.96 -
YUV 184.36 148.11 137.02 -
System Red Green Blue C M Y K H S L
Decimal 197 171 220 0.10 0.22 0 0.14 271.84 0.41 0.77
Hex C5 AB DC A 16 0 E 110 29 4D
Octal 305 253 334 12 26 0 16 420 51 115
Binary 11000101 10101011 11011100 1010 10110 0 1110 100010000 101001 1001101

Color Harmonies of #C5ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5ABDC

Black with #C5ABDC

Text Example


Text Example

White with #C5ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5ABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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