Html Css Color HEX #C5B1DC Perfume

📋 copy color: '#C5B1DC'

red 197 ◦ green 177 ◦ blue 220

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

Shades of Perfume #C5B1DC

Tints of Perfume #C5B1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.8%

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

R = 33.16%
G = 29.8%
B = 37.04%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C5B1DC (or 0xC5B1DC) is known color: Perfume. HEX triplet: C5, B1 and DC. RGB value is (197,177,220). Sum of RGB (Red+Green+Blue) = 197+177+220=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5B1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B1DC is #3A4E23. Grayscale: #BBBBBB. Windows color (decimal): -3821092 or 14463429. OLE color: 14463429.

HSL color Cylindrical-coordinate representation of color #C5B1DC: hue angle of 267.91º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5B1DC is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 177 220 -
CMYK 0.10 0.20 0 0.14
HSL 267.91º 0.38% 0.78% -
HSV(B) 267.91º 0.2% 0.86% -
XYZ 51.67 48.48 74.34 -
YUV 187.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 197 177 220 0.10 0.20 0 0.14 267.91 0.38 0.78
Hex C5 B1 DC A 14 0 E 10C 26 4E
Octal 305 261 334 12 24 0 16 414 46 116
Binary 11000101 10110001 11011100 1010 10100 0 1110 100001100 100110 1001110

Color Harmonies of #C5B1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B1DC

Black with #C5B1DC

Text Example


Text Example

White with #C5B1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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