Html Css Color HEX #C7B0DF Perfume

📋 copy color: '#C7B0DF'

red 199 ◦ green 176 ◦ blue 223

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

Shades of Perfume #C7B0DF

Tints of Perfume #C7B0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.43%

 BLUE value IS 223 (87.5% from 255) = 37.29%

R = 33.28%
G = 29.43%
B = 37.29%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7B0DF (or 0xC7B0DF) is known color: Perfume. HEX triplet: C7, B0 and DF. RGB value is (199,176,223). Sum of RGB (Red+Green+Blue) = 199+176+223=598 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.28% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0DF is #384F20. Grayscale: #BCBCBC. Windows color (decimal): -3690273 or 14659783. OLE color: 14659783.

HSL color Cylindrical-coordinate representation of color #C7B0DF: hue angle of 269.36º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7B0DF is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 176 223 -
CMYK 0.11 0.21 0 0.13
HSL 269.36º 0.42% 0.78% -
HSV(B) 269.36º 0.21% 0.87% -
XYZ 52.4 48.52 76.42 -
YUV 188.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 199 176 223 0.11 0.21 0 0.13 269.36 0.42 0.78
Hex C7 B0 DF B 15 0 D 10D 2A 4E
Octal 307 260 337 13 25 0 15 415 52 116
Binary 11000111 10110000 11011111 1011 10101 0 1101 100001101 101010 1001110

Color Harmonies of #C7B0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B0DF

Black with #C7B0DF

Text Example


Text Example

White with #C7B0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B0DF; }

 p { color: rgb(199,176,223); }

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

background-color css

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

 a { background-color: rgb(199,176,223); }

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

border-color css

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

 span { border-color: rgb(199,176,223); }

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