Html Css Color HEX #C0517D Royal Heath

📋 copy color: '#C0517D'

red 192 ◦ green 81 ◦ blue 125

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

Shades of Royal Heath #C0517D

Tints of Royal Heath #C0517D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.35%

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 48.24%
G = 20.35%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0517D (or 0xC0517D) is known color: Royal Heath. HEX triplet: C0, 51 and 7D. RGB value is (192,81,125). Sum of RGB (Red+Green+Blue) = 192+81+125=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 81 (32.03% from 255 or 20.35% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0517D is #3FAE82. Grayscale: #777777. Windows color (decimal): -4173443 or 8212928. OLE color: 8212928.

HSL color Cylindrical-coordinate representation of color #C0517D: hue angle of 336.22º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0517D is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 81 125 -
CMYK 0 0.58 0.35 0.25
HSL 336.22º 0.47% 0.54% -
HSV(B) 336.22º 0.58% 0.75% -
XYZ 28.38 18.57 21.49 -
YUV 119.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 192 81 125 0 0.58 0.35 0.25 336.22 0.47 0.54
Hex C0 51 7D 0 3A 23 19 150 2F 36
Octal 300 121 175 0 72 43 31 520 57 66
Binary 11000000 1010001 1111101 0 111010 100011 11001 101010000 101111 110110

Color Harmonies of #C0517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0517D

Black with #C0517D

Text Example


Text Example

White with #C0517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0517D; }

 p { color: rgb(192,81,125); }

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

background-color css

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

 a { background-color: rgb(192,81,125); }

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

border-color css

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

 span { border-color: rgb(192,81,125); }

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