Html Css Color HEX #C6B2FC Melrose

📋 copy color: '#C6B2FC'

red 198 ◦ green 178 ◦ blue 252

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

Shades of Melrose #C6B2FC

Tints of Melrose #C6B2FC

RGB

 RED value IS 198 (77.73% from 255) = 31.53%

 GREEN value IS 178 (69.92% from 255) = 28.34%

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

R = 31.53%
G = 28.34%
B = 40.13%

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

#C6B2FC (or 0xC6B2FC) is known color: Melrose. HEX triplet: C6, B2 and FC. RGB value is (198,178,252). Sum of RGB (Red+Green+Blue) = 198+178+252=628 (83% of max value = 765). Red value is 198 (77.73% from 255 or 31.53% from 628); Green value is 178 (69.92% from 255 or 28.34% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6B2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6B2FC is #394D03. Grayscale: #C0C0C0. Windows color (decimal): -3755268 or 16560838. OLE color: 16560838.

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

Color convert

RGB 198 178 252 -
CMYK 0.21 0.29 0 0.01
HSL 256.22º 0.93% 0.84% -
HSV(B) 256.22º 0.29% 0.99% -
XYZ 56.78 50.87 98.92 -
YUV 192.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 198 178 252 0.21 0.29 0 0.01 256.22 0.93 0.84
Hex C6 B2 FC 15 1D 0 1 100 5C 54
Octal 306 262 374 25 35 0 1 400 134 124
Binary 11000110 10110010 11111100 10101 11101 0 1 100000000 1011100 1010100

Color Harmonies of #C6B2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B2FC

Black with #C6B2FC

Text Example


Text Example

White with #C6B2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B2FC; }

 p { color: rgb(198,178,252); }

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

background-color css

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

 a { background-color: rgb(198,178,252); }

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

border-color css

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

 span { border-color: rgb(198,178,252); }

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