Html Css Color HEX #C0ABFB Melrose

📋 copy color: '#C0ABFB'

red 192 ◦ green 171 ◦ blue 251

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

Shades of Melrose #C0ABFB

Tints of Melrose #C0ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.88%

R = 31.27%
G = 27.85%
B = 40.88%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0ABFB (or 0xC0ABFB) is known color: Melrose. HEX triplet: C0, AB and FB. RGB value is (192,171,251). Sum of RGB (Red+Green+Blue) = 192+171+251=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABFB is #3F5404. Grayscale: #BABABA. Windows color (decimal): -4150277 or 16493504. OLE color: 16493504.

HSL color Cylindrical-coordinate representation of color #C0ABFB: hue angle of 255.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0ABFB is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 171 251 -
CMYK 0.24 0.32 0 0.02
HSL 255.75º 0.91% 0.83% -
HSV(B) 255.75º 0.32% 0.98% -
XYZ 53.71 47.3 97.57 -
YUV 186.4 164.46 132 -
System Red Green Blue C M Y K H S L
Decimal 192 171 251 0.24 0.32 0 0.02 255.75 0.91 0.83
Hex C0 AB FB 18 20 0 2 100 5B 53
Octal 300 253 373 30 40 0 2 400 133 123
Binary 11000000 10101011 11111011 11000 100000 0 10 100000000 1011011 1010011

Color Harmonies of #C0ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABFB

Black with #C0ABFB

Text Example


Text Example

White with #C0ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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