Html Css Color HEX #C8B6FA Melrose

📋 copy color: '#C8B6FA'

red 200 ◦ green 182 ◦ blue 250

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

Shades of Melrose #C8B6FA

Tints of Melrose #C8B6FA

RGB

 RED value IS 200 (78.52% from 255) = 31.65%

 GREEN value IS 182 (71.48% from 255) = 28.8%

 BLUE value IS 250 (98.05% from 255) = 39.56%

R = 31.65%
G = 28.8%
B = 39.56%

CMYK

 C value IS 0.2

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8B6FA (or 0xC8B6FA) is known color: Melrose. HEX triplet: C8, B6 and FA. RGB value is (200,182,250). Sum of RGB (Red+Green+Blue) = 200+182+250=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 182 (71.48% from 255 or 28.80% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8B6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B6FA is #374905. Grayscale: #C2C2C2. Windows color (decimal): -3623174 or 16430792. OLE color: 16430792.

HSL color Cylindrical-coordinate representation of color #C8B6FA: hue angle of 255.88º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8B6FA is Cyan = 0.2, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 182 250 -
CMYK 0.2 0.27 0 0.02
HSL 255.88º 0.87% 0.85% -
HSV(B) 255.88º 0.27% 0.98% -
XYZ 57.8 52.64 97.56 -
YUV 195.13 158.96 131.47 -
System Red Green Blue C M Y K H S L
Decimal 200 182 250 0.2 0.27 0 0.02 255.88 0.87 0.85
Hex C8 B6 FA 14 1B 0 2 100 57 55
Octal 310 266 372 24 33 0 2 400 127 125
Binary 11001000 10110110 11111010 10100 11011 0 10 100000000 1010111 1010101

Color Harmonies of #C8B6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B6FA

Black with #C8B6FA

Text Example


Text Example

White with #C8B6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B6FA; }

 p { color: rgb(200,182,250); }

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

background-color css

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

 a { background-color: rgb(200,182,250); }

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

border-color css

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

 span { border-color: rgb(200,182,250); }

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