Html Css Color HEX #C8B4FC Melrose

📋 copy color: '#C8B4FC'

red 200 ◦ green 180 ◦ blue 252

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

Shades of Melrose #C8B4FC

Tints of Melrose #C8B4FC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 28.48%

 BLUE value IS 252 (98.83% from 255) = 39.87%

R = 31.65%
G = 28.48%
B = 39.87%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8B4FC (or 0xC8B4FC) is known color: Melrose. HEX triplet: C8, B4 and FC. RGB value is (200,180,252). Sum of RGB (Red+Green+Blue) = 200+180+252=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 180 (70.70% from 255 or 28.48% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8B4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B4FC is #374B03. Grayscale: #C1C1C1. Windows color (decimal): -3623684 or 16561352. OLE color: 16561352.

HSL color Cylindrical-coordinate representation of color #C8B4FC: hue angle of 256.67º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8B4FC is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 180 252 -
CMYK 0.21 0.29 0 0.01
HSL 256.67º 0.92% 0.85% -
HSV(B) 256.67º 0.29% 0.99% -
XYZ 57.71 51.95 99.08 -
YUV 194.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 200 180 252 0.21 0.29 0 0.01 256.67 0.92 0.85
Hex C8 B4 FC 15 1D 0 1 101 5C 55
Octal 310 264 374 25 35 0 1 401 134 125
Binary 11001000 10110100 11111100 10101 11101 0 1 100000001 1011100 1010101

Color Harmonies of #C8B4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B4FC

Black with #C8B4FC

Text Example


Text Example

White with #C8B4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B4FC; }

 p { color: rgb(200,180,252); }

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

background-color css

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

 a { background-color: rgb(200,180,252); }

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

border-color css

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

 span { border-color: rgb(200,180,252); }

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