Html Css Color HEX #C7B1DC Perfume

📋 copy color: '#C7B1DC'

red 199 ◦ green 177 ◦ blue 220

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

Shades of Perfume #C7B1DC

Tints of Perfume #C7B1DC

RGB

 RED value IS 199 (78.13% from 255) = 33.39%

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

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

R = 33.39%
G = 29.7%
B = 36.91%

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

#C7B1DC (or 0xC7B1DC) is known color: Perfume. HEX triplet: C7, B1 and DC. RGB value is (199,177,220). Sum of RGB (Red+Green+Blue) = 199+177+220=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #C7B1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B1DC is #384E23. Grayscale: #BCBCBC. Windows color (decimal): -3690020 or 14463431. OLE color: 14463431.

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

Color convert

RGB 199 177 220 -
CMYK 0.10 0.20 0 0.14
HSL 270.7º 0.38% 0.78% -
HSV(B) 270.7º 0.2% 0.86% -
XYZ 52.19 48.75 74.37 -
YUV 188.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 199 177 220 0.10 0.20 0 0.14 270.7 0.38 0.78
Hex C7 B1 DC A 14 0 E 10F 26 4E
Octal 307 261 334 12 24 0 16 417 46 116
Binary 11000111 10110001 11011100 1010 10100 0 1110 100001111 100110 1001110

Color Harmonies of #C7B1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B1DC

Black with #C7B1DC

Text Example


Text Example

White with #C7B1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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