Html Css Color HEX #C7BDF3 Melrose

📋 copy color: '#C7BDF3'

red 199 ◦ green 189 ◦ blue 243

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

Shades of Melrose #C7BDF3

Tints of Melrose #C7BDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.51%

R = 31.54%
G = 29.95%
B = 38.51%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C7BDF3 (or 0xC7BDF3) is known color: Melrose. HEX triplet: C7, BD and F3. RGB value is (199,189,243). Sum of RGB (Red+Green+Blue) = 199+189+243=631 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.54% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 243 (95.31% from 255 or 38.51% from 631); Max value from RGB is 243 - color contains mainly: blue. Hex color #C7BDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDF3 is #38420C. Grayscale: #C5C5C5. Windows color (decimal): -3686925 or 15973831. OLE color: 15973831.

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

Color convert

RGB 199 189 243 -
CMYK 0.18 0.22 0 0.05
HSL 251.11º 0.69% 0.85% -
HSV(B) 251.11º 0.22% 0.95% -
XYZ 57.93 55.01 92.36 -
YUV 198.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 199 189 243 0.18 0.22 0 0.05 251.11 0.69 0.85
Hex C7 BD F3 12 16 0 5 FB 45 55
Octal 307 275 363 22 26 0 5 373 105 125
Binary 11000111 10111101 11110011 10010 10110 0 101 11111011 1000101 1010101

Color Harmonies of #C7BDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BDF3

Black with #C7BDF3

Text Example


Text Example

White with #C7BDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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