Html Css Color HEX #C0AFEA Melrose

📋 copy color: '#C0AFEA'

red 192 ◦ green 175 ◦ blue 234

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

Shades of Melrose #C0AFEA

Tints of Melrose #C0AFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 31.95%
G = 29.12%
B = 38.94%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0AFEA (or 0xC0AFEA) is known color: Melrose. HEX triplet: C0, AF and EA. RGB value is (192,175,234). Sum of RGB (Red+Green+Blue) = 192+175+234=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFEA is #3F5015. Grayscale: #BABABA. Windows color (decimal): -4149270 or 15380416. OLE color: 15380416.

HSL color Cylindrical-coordinate representation of color #C0AFEA: hue angle of 257.29º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0AFEA is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 175 234 -
CMYK 0.18 0.25 0 0.08
HSL 257.29º 0.58% 0.8% -
HSV(B) 257.29º 0.25% 0.92% -
XYZ 51.92 47.81 84.33 -
YUV 186.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 192 175 234 0.18 0.25 0 0.08 257.29 0.58 0.8
Hex C0 AF EA 12 19 0 8 101 3A 50
Octal 300 257 352 22 31 0 10 401 72 120
Binary 11000000 10101111 11101010 10010 11001 0 1000 100000001 111010 1010000

Color Harmonies of #C0AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AFEA

Black with #C0AFEA

Text Example


Text Example

White with #C0AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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