Html Css Color HEX #C7B0E5 Perfume

📋 copy color: '#C7B0E5'

red 199 ◦ green 176 ◦ blue 229

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

Shades of Perfume #C7B0E5

Tints of Perfume #C7B0E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.91%

R = 32.95%
G = 29.14%
B = 37.91%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C7B0E5 (or 0xC7B0E5) is known color: Perfume. HEX triplet: C7, B0 and E5. RGB value is (199,176,229). Sum of RGB (Red+Green+Blue) = 199+176+229=604 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.95% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #C7B0E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7B0E5 is #384F1A. Grayscale: #BCBCBC. Windows color (decimal): -3690267 or 15052999. OLE color: 15052999.

HSL color Cylindrical-coordinate representation of color #C7B0E5: hue angle of 266.04º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7B0E5 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 199 176 229 -
CMYK 0.13 0.23 0 0.10
HSL 266.04º 0.5% 0.79% -
HSV(B) 266.04º 0.23% 0.9% -
XYZ 53.22 48.85 80.75 -
YUV 188.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 199 176 229 0.13 0.23 0 0.10 266.04 0.5 0.79
Hex C7 B0 E5 D 17 0 A 10A 32 4F
Octal 307 260 345 15 27 0 12 412 62 117
Binary 11000111 10110000 11100101 1101 10111 0 1010 100001010 110010 1001111

Color Harmonies of #C7B0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B0E5

Black with #C7B0E5

Text Example


Text Example

White with #C7B0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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