Html Css Color HEX #C0AAFD Melrose

📋 copy color: '#C0AAFD'

red 192 ◦ green 170 ◦ blue 253

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

Shades of Melrose #C0AAFD

Tints of Melrose #C0AAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.64%

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

R = 31.22%
G = 27.64%
B = 41.14%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0AAFD (or 0xC0AAFD) is known color: Melrose. HEX triplet: C0, AA and FD. RGB value is (192,170,253). Sum of RGB (Red+Green+Blue) = 192+170+253=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAFD is #3F5502. Grayscale: #B9B9B9. Windows color (decimal): -4150531 or 16624320. OLE color: 16624320.

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

Color convert

RGB 192 170 253 -
CMYK 0.24 0.33 0 0.01
HSL 255.9º 0.95% 0.83% -
HSV(B) 255.9º 0.33% 0.99% -
XYZ 53.84 47.05 99.17 -
YUV 186.04 165.79 132.25 -
System Red Green Blue C M Y K H S L
Decimal 192 170 253 0.24 0.33 0 0.01 255.9 0.95 0.83
Hex C0 AA FD 18 21 0 1 100 5F 53
Octal 300 252 375 30 41 0 1 400 137 123
Binary 11000000 10101010 11111101 11000 100001 0 1 100000000 1011111 1010011

Color Harmonies of #C0AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AAFD

Black with #C0AAFD

Text Example


Text Example

White with #C0AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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