Html Css Color HEX #C0AFF8 Melrose

📋 copy color: '#C0AFF8'

red 192 ◦ green 175 ◦ blue 248

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

Shades of Melrose #C0AFF8

Tints of Melrose #C0AFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.33%

R = 31.22%
G = 28.46%
B = 40.33%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C0AFF8 (or 0xC0AFF8) is known color: Melrose. HEX triplet: C0, AF and F8. RGB value is (192,175,248). Sum of RGB (Red+Green+Blue) = 192+175+248=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #C0AFF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFF8 is #3F5007. Grayscale: #BCBCBC. Windows color (decimal): -4149256 or 16297920. OLE color: 16297920.

HSL color Cylindrical-coordinate representation of color #C0AFF8: hue angle of 253.97º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0AFF8 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 175 248 -
CMYK 0.23 0.29 0 0.03
HSL 253.97º 0.84% 0.83% -
HSV(B) 253.97º 0.29% 0.97% -
XYZ 54.01 48.64 95.35 -
YUV 188.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 192 175 248 0.23 0.29 0 0.03 253.97 0.84 0.83
Hex C0 AF F8 17 1D 0 3 FE 54 53
Octal 300 257 370 27 35 0 3 376 124 123
Binary 11000000 10101111 11111000 10111 11101 0 11 11111110 1010100 1010011

Color Harmonies of #C0AFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFF8

Black with #C0AFF8

Text Example


Text Example

White with #C0AFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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