Html Css Color HEX #C0A8FD Melrose

📋 copy color: '#C0A8FD'

red 192 ◦ green 168 ◦ blue 253

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

Shades of Melrose #C0A8FD

Tints of Melrose #C0A8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.41%

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

R = 31.32%
G = 27.41%
B = 41.27%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C0A8FD (or 0xC0A8FD) is known color: Melrose. HEX triplet: C0, A8 and FD. RGB value is (192,168,253). Sum of RGB (Red+Green+Blue) = 192+168+253=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #C0A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A8FD is #3F5702. Grayscale: #B8B8B8. Windows color (decimal): -4151043 or 16623808. OLE color: 16623808.

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

Color convert

RGB 192 168 253 -
CMYK 0.24 0.34 0 0.01
HSL 256.94º 0.96% 0.83% -
HSV(B) 256.94º 0.34% 0.99% -
XYZ 53.47 46.3 99.05 -
YUV 184.87 166.45 133.09 -
System Red Green Blue C M Y K H S L
Decimal 192 168 253 0.24 0.34 0 0.01 256.94 0.96 0.83
Hex C0 A8 FD 18 22 0 1 101 60 53
Octal 300 250 375 30 42 0 1 401 140 123
Binary 11000000 10101000 11111101 11000 100010 0 1 100000001 1100000 1010011

Color Harmonies of #C0A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A8FD

Black with #C0A8FD

Text Example


Text Example

White with #C0A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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