Html Css Color HEX #C0ACF0 Melrose

📋 copy color: '#C0ACF0'

red 192 ◦ green 172 ◦ blue 240

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

Shades of Melrose #C0ACF0

Tints of Melrose #C0ACF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 39.74%

R = 31.79%
G = 28.48%
B = 39.74%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C0ACF0 (or 0xC0ACF0) is known color: Melrose. HEX triplet: C0, AC and F0. RGB value is (192,172,240). Sum of RGB (Red+Green+Blue) = 192+172+240=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #C0ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACF0 is #3F530F. Grayscale: #B9B9B9. Windows color (decimal): -4150032 or 15772864. OLE color: 15772864.

HSL color Cylindrical-coordinate representation of color #C0ACF0: hue angle of 257.65º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0ACF0 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 172 240 -
CMYK 0.20 0.28 0 0.06
HSL 257.65º 0.69% 0.81% -
HSV(B) 257.65º 0.28% 0.94% -
XYZ 52.22 47 88.76 -
YUV 185.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 192 172 240 0.20 0.28 0 0.06 257.65 0.69 0.81
Hex C0 AC F0 14 1C 0 6 102 45 51
Octal 300 254 360 24 34 0 6 402 105 121
Binary 11000000 10101100 11110000 10100 11100 0 110 100000010 1000101 1010001

Color Harmonies of #C0ACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACF0

Black with #C0ACF0

Text Example


Text Example

White with #C0ACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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