Html Css Color HEX #C0517E Royal Heath

📋 copy color: '#C0517E'

red 192 ◦ green 81 ◦ blue 126

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

Shades of Royal Heath #C0517E

Tints of Royal Heath #C0517E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.58%

R = 48.12%
G = 20.3%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0517E (or 0xC0517E) is known color: Royal Heath. HEX triplet: C0, 51 and 7E. RGB value is (192,81,126). Sum of RGB (Red+Green+Blue) = 192+81+126=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0517E is #3FAE81. Grayscale: #777777. Windows color (decimal): -4173442 or 8278464. OLE color: 8278464.

HSL color Cylindrical-coordinate representation of color #C0517E: hue angle of 335.68º 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 #C0517E is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 81 126 -
CMYK 0 0.58 0.34 0.25
HSL 335.68º 0.47% 0.54% -
HSV(B) 335.68º 0.58% 0.75% -
XYZ 28.45 18.6 21.83 -
YUV 119.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 192 81 126 0 0.58 0.34 0.25 335.68 0.47 0.54
Hex C0 51 7E 0 3A 22 19 150 2F 36
Octal 300 121 176 0 72 42 31 520 57 66
Binary 11000000 1010001 1111110 0 111010 100010 11001 101010000 101111 110110

Color Harmonies of #C0517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0517E

Black with #C0517E

Text Example


Text Example

White with #C0517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0517E; }

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

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

background-color css

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

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

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

border-color css

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

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

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