Html Css Color HEX #C0ABF3 Melrose

📋 copy color: '#C0ABF3'

red 192 ◦ green 171 ◦ blue 243

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

Shades of Melrose #C0ABF3

Tints of Melrose #C0ABF3

RGB

 RED value IS 192 (75.39% from 255) = 31.68%

 GREEN value IS 171 (67.19% from 255) = 28.22%

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

R = 31.68%
G = 28.22%
B = 40.1%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0ABF3 (or 0xC0ABF3) is known color: Melrose. HEX triplet: C0, AB and F3. RGB value is (192,171,243). Sum of RGB (Red+Green+Blue) = 192+171+243=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0ABF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABF3 is #3F540C. Grayscale: #B9B9B9. Windows color (decimal): -4150285 or 15969216. OLE color: 15969216.

HSL color Cylindrical-coordinate representation of color #C0ABF3: hue angle of 257.5º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0ABF3 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 171 243 -
CMYK 0.21 0.30 0 0.05
HSL 257.5º 0.75% 0.81% -
HSV(B) 257.5º 0.3% 0.95% -
XYZ 52.48 46.8 91.06 -
YUV 185.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 192 171 243 0.21 0.30 0 0.05 257.5 0.75 0.81
Hex C0 AB F3 15 1E 0 5 102 4B 51
Octal 300 253 363 25 36 0 5 402 113 121
Binary 11000000 10101011 11110011 10101 11110 0 101 100000010 1001011 1010001

Color Harmonies of #C0ABF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABF3

Black with #C0ABF3

Text Example


Text Example

White with #C0ABF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABF3; }

 p { color: rgb(192,171,243); }

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

background-color css

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

 a { background-color: rgb(192,171,243); }

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

border-color css

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

 span { border-color: rgb(192,171,243); }

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