Html Css Color HEX #C7BDF1 Melrose

📋 copy color: '#C7BDF1'

red 199 ◦ green 189 ◦ blue 241

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

Shades of Melrose #C7BDF1

Tints of Melrose #C7BDF1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.05%

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

R = 31.64%
G = 30.05%
B = 38.31%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C7BDF1 (or 0xC7BDF1) is known color: Melrose. HEX triplet: C7, BD and F1. RGB value is (199,189,241). Sum of RGB (Red+Green+Blue) = 199+189+241=629 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.64% from 629); Green value is 189 (74.22% from 255 or 30.05% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #C7BDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDF1 is #38420E. Grayscale: #C5C5C5. Windows color (decimal): -3686927 or 15842759. OLE color: 15842759.

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

Color convert

RGB 199 189 241 -
CMYK 0.17 0.22 0 0.05
HSL 251.54º 0.65% 0.84% -
HSV(B) 251.54º 0.22% 0.95% -
XYZ 57.63 54.89 90.78 -
YUV 197.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 199 189 241 0.17 0.22 0 0.05 251.54 0.65 0.84
Hex C7 BD F1 11 16 0 5 FC 41 54
Octal 307 275 361 21 26 0 5 374 101 124
Binary 11000111 10111101 11110001 10001 10110 0 101 11111100 1000001 1010100

Color Harmonies of #C7BDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BDF1

Black with #C7BDF1

Text Example


Text Example

White with #C7BDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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