Html Css Color HEX #C0AEFD Melrose

📋 copy color: '#C0AEFD'

red 192 ◦ green 174 ◦ blue 253

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

Shades of Melrose #C0AEFD

Tints of Melrose #C0AEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.11%

 BLUE value IS 253 (99.22% from 255) = 40.87%

R = 31.02%
G = 28.11%
B = 40.87%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0AEFD (or 0xC0AEFD) is known color: Melrose. HEX triplet: C0, AE and FD. RGB value is (192,174,253). Sum of RGB (Red+Green+Blue) = 192+174+253=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEFD is #3F5102. Grayscale: #BCBCBC. Windows color (decimal): -4149507 or 16625344. OLE color: 16625344.

HSL color Cylindrical-coordinate representation of color #C0AEFD: hue angle of 253.67º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0AEFD is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 174 253 -
CMYK 0.24 0.31 0 0.01
HSL 253.67º 0.95% 0.84% -
HSV(B) 253.67º 0.31% 0.99% -
XYZ 54.6 48.57 99.43 -
YUV 188.39 164.46 130.58 -
System Red Green Blue C M Y K H S L
Decimal 192 174 253 0.24 0.31 0 0.01 253.67 0.95 0.84
Hex C0 AE FD 18 1F 0 1 FE 5F 54
Octal 300 256 375 30 37 0 1 376 137 124
Binary 11000000 10101110 11111101 11000 11111 0 1 11111110 1011111 1010100

Color Harmonies of #C0AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AEFD

Black with #C0AEFD

Text Example


Text Example

White with #C0AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AEFD; }

 p { color: rgb(192,174,253); }

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

background-color css

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

 a { background-color: rgb(192,174,253); }

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

border-color css

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

 span { border-color: rgb(192,174,253); }

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