Html Css Color HEX #C0ABFF Melrose

📋 copy color: '#C0ABFF'

red 192 ◦ green 171 ◦ blue 255

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

Shades of Melrose #C0ABFF

Tints of Melrose #C0ABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.26%

R = 31.07%
G = 27.67%
B = 41.26%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0ABFF (or 0xC0ABFF) is known color: Melrose. HEX triplet: C0, AB and FF. RGB value is (192,171,255). Sum of RGB (Red+Green+Blue) = 192+171+255=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABFF is #3F5400. Grayscale: #BABABA. Windows color (decimal): -4150273 or 16755648. OLE color: 16755648.

HSL color Cylindrical-coordinate representation of color #C0ABFF: hue angle of 255º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0ABFF is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 171 255 -
CMYK 0.25 0.33 0 0
HSL 255º 1% 0.84% -
HSV(B) 255º 0.33% 1% -
XYZ 54.35 47.55 100.92 -
YUV 186.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 192 171 255 0.25 0.33 0 0 255 1 0.84
Hex C0 AB FF 19 21 0 0 FF 64 54
Octal 300 253 377 31 41 0 0 377 144 124
Binary 11000000 10101011 11111111 11001 100001 0 0 11111111 1100100 1010100

Color Harmonies of #C0ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABFF

Black with #C0ABFF

Text Example


Text Example

White with #C0ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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