Html Css Color HEX #C0ACF1 Melrose

📋 copy color: '#C0ACF1'

red 192 ◦ green 172 ◦ blue 241

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

Shades of Melrose #C0ACF1

Tints of Melrose #C0ACF1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.43%

 BLUE value IS 241 (94.53% from 255) = 39.83%

R = 31.74%
G = 28.43%
B = 39.83%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0ACF1 (or 0xC0ACF1) is known color: Melrose. HEX triplet: C0, AC and F1. RGB value is (192,172,241). Sum of RGB (Red+Green+Blue) = 192+172+241=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACF1 is #3F530E. Grayscale: #B9B9B9. Windows color (decimal): -4150031 or 15838400. OLE color: 15838400.

HSL color Cylindrical-coordinate representation of color #C0ACF1: hue angle of 257.39º degrees, saturation: 0.71, 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 #C0ACF1 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 172 241 -
CMYK 0.20 0.29 0 0.05
HSL 257.39º 0.71% 0.81% -
HSV(B) 257.39º 0.29% 0.95% -
XYZ 52.37 47.06 89.54 -
YUV 185.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 192 172 241 0.20 0.29 0 0.05 257.39 0.71 0.81
Hex C0 AC F1 14 1D 0 5 101 47 51
Octal 300 254 361 24 35 0 5 401 107 121
Binary 11000000 10101100 11110001 10100 11101 0 101 100000001 1000111 1010001

Color Harmonies of #C0ACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACF1

Black with #C0ACF1

Text Example


Text Example

White with #C0ACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACF1; }

 p { color: rgb(192,172,241); }

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

background-color css

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

 a { background-color: rgb(192,172,241); }

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

border-color css

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

 span { border-color: rgb(192,172,241); }

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