Html Css Color HEX #C0ABF2 Melrose

📋 copy color: '#C0ABF2'

red 192 ◦ green 171 ◦ blue 242

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

Shades of Melrose #C0ABF2

Tints of Melrose #C0ABF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40%

R = 31.74%
G = 28.26%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0ABF2 (or 0xC0ABF2) is known color: Melrose. HEX triplet: C0, AB and F2. RGB value is (192,171,242). Sum of RGB (Red+Green+Blue) = 192+171+242=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0ABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABF2 is #3F540D. Grayscale: #B9B9B9. Windows color (decimal): -4150286 or 15903680. OLE color: 15903680.

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

Color convert

RGB 192 171 242 -
CMYK 0.21 0.29 0 0.05
HSL 257.75º 0.73% 0.81% -
HSV(B) 257.75º 0.29% 0.95% -
XYZ 52.33 46.74 90.27 -
YUV 185.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 192 171 242 0.21 0.29 0 0.05 257.75 0.73 0.81
Hex C0 AB F2 15 1D 0 5 102 49 51
Octal 300 253 362 25 35 0 5 402 111 121
Binary 11000000 10101011 11110010 10101 11101 0 101 100000010 1001001 1010001

Color Harmonies of #C0ABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABF2

Black with #C0ABF2

Text Example


Text Example

White with #C0ABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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