Html Css Color HEX #C8B0FA Melrose

📋 copy color: '#C8B0FA'

red 200 ◦ green 176 ◦ blue 250

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

Shades of Melrose #C8B0FA

Tints of Melrose #C8B0FA

RGB

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

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

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

R = 31.95%
G = 28.12%
B = 39.94%

CMYK

 C value IS 0.2

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8B0FA (or 0xC8B0FA) is known color: Melrose. HEX triplet: C8, B0 and FA. RGB value is (200,176,250). Sum of RGB (Red+Green+Blue) = 200+176+250=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 176 (69.14% from 255 or 28.12% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8B0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B0FA is #374F05. Grayscale: #BFBFBF. Windows color (decimal): -3624710 or 16429256. OLE color: 16429256.

HSL color Cylindrical-coordinate representation of color #C8B0FA: hue angle of 259.46º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8B0FA is Cyan = 0.2, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 176 250 -
CMYK 0.2 0.30 0 0.02
HSL 259.46º 0.88% 0.84% -
HSV(B) 259.46º 0.3% 0.98% -
XYZ 56.6 50.23 97.16 -
YUV 191.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 200 176 250 0.2 0.30 0 0.02 259.46 0.88 0.84
Hex C8 B0 FA 14 1E 0 2 103 58 54
Octal 310 260 372 24 36 0 2 403 130 124
Binary 11001000 10110000 11111010 10100 11110 0 10 100000011 1011000 1010100

Color Harmonies of #C8B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B0FA

Black with #C8B0FA

Text Example


Text Example

White with #C8B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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