Html Css Color HEX #C7B0DE Perfume

📋 copy color: '#C7B0DE'

red 199 ◦ green 176 ◦ blue 222

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

Shades of Perfume #C7B0DE

Tints of Perfume #C7B0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.19%

R = 33.33%
G = 29.48%
B = 37.19%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7B0DE (or 0xC7B0DE) is known color: Perfume. HEX triplet: C7, B0 and DE. RGB value is (199,176,222). Sum of RGB (Red+Green+Blue) = 199+176+222=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7B0DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0DE is #384F21. Grayscale: #BBBBBB. Windows color (decimal): -3690274 or 14594247. OLE color: 14594247.

HSL color Cylindrical-coordinate representation of color #C7B0DE: hue angle of 270º degrees, saturation: 0.41, 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 #C7B0DE is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 176 222 -
CMYK 0.10 0.21 0 0.13
HSL 270º 0.41% 0.78% -
HSV(B) 270º 0.21% 0.87% -
XYZ 52.26 48.47 75.71 -
YUV 188.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 199 176 222 0.10 0.21 0 0.13 270 0.41 0.78
Hex C7 B0 DE A 15 0 D 10E 29 4E
Octal 307 260 336 12 25 0 15 416 51 116
Binary 11000111 10110000 11011110 1010 10101 0 1101 100001110 101001 1001110

Color Harmonies of #C7B0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B0DE

Black with #C7B0DE

Text Example


Text Example

White with #C7B0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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