Html Css Color HEX #C0AFF1 Melrose

📋 copy color: '#C0AFF1'

red 192 ◦ green 175 ◦ blue 241

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

Shades of Melrose #C0AFF1

Tints of Melrose #C0AFF1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.78%

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

R = 31.58%
G = 28.78%
B = 39.64%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0AFF1 (or 0xC0AFF1) is known color: Melrose. HEX triplet: C0, AF and F1. RGB value is (192,175,241). Sum of RGB (Red+Green+Blue) = 192+175+241=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #C0AFF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFF1 is #3F500E. Grayscale: #BBBBBB. Windows color (decimal): -4149263 or 15839168. OLE color: 15839168.

HSL color Cylindrical-coordinate representation of color #C0AFF1: hue angle of 255.45º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0AFF1 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 175 241 -
CMYK 0.20 0.27 0 0.05
HSL 255.45º 0.7% 0.82% -
HSV(B) 255.45º 0.27% 0.95% -
XYZ 52.95 48.22 89.74 -
YUV 187.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 192 175 241 0.20 0.27 0 0.05 255.45 0.7 0.82
Hex C0 AF F1 14 1B 0 5 FF 46 52
Octal 300 257 361 24 33 0 5 377 106 122
Binary 11000000 10101111 11110001 10100 11011 0 101 11111111 1000110 1010010

Color Harmonies of #C0AFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFF1

Black with #C0AFF1

Text Example


Text Example

White with #C0AFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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