Html Css Color HEX #C7BFF1 Melrose

📋 copy color: '#C7BFF1'

red 199 ◦ green 191 ◦ blue 241

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

Shades of Melrose #C7BFF1

Tints of Melrose #C7BFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 30.27%

 BLUE value IS 241 (94.53% from 255) = 38.19%

R = 31.54%
G = 30.27%
B = 38.19%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C7BFF1 (or 0xC7BFF1) is known color: Melrose. HEX triplet: C7, BF and F1. RGB value is (199,191,241). Sum of RGB (Red+Green+Blue) = 199+191+241=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFF1 is #38400E. Grayscale: #C6C6C6. Windows color (decimal): -3686415 or 15843271. OLE color: 15843271.

HSL color Cylindrical-coordinate representation of color #C7BFF1: hue angle of 249.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7BFF1 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 191 241 -
CMYK 0.17 0.21 0 0.05
HSL 249.6º 0.64% 0.85% -
HSV(B) 249.6º 0.21% 0.95% -
XYZ 58.06 55.75 90.92 -
YUV 199.09 151.65 127.93 -
System Red Green Blue C M Y K H S L
Decimal 199 191 241 0.17 0.21 0 0.05 249.6 0.64 0.85
Hex C7 BF F1 11 15 0 5 FA 40 55
Octal 307 277 361 21 25 0 5 372 100 125
Binary 11000111 10111111 11110001 10001 10101 0 101 11111010 1000000 1010101

Color Harmonies of #C7BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BFF1

Black with #C7BFF1

Text Example


Text Example

White with #C7BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BFF1; }

 p { color: rgb(199,191,241); }

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

background-color css

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

 a { background-color: rgb(199,191,241); }

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

border-color css

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

 span { border-color: rgb(199,191,241); }

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