Html Css Color HEX #C74CD9 Medium Orchid

📋 copy color: '#C74CD9'

red 199 ◦ green 76 ◦ blue 217

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

Shades of Medium Orchid #C74CD9

Tints of Medium Orchid #C74CD9

RGB

 RED value IS 199 (78.13% from 255) = 40.45%

 GREEN value IS 76 (30.08% from 255) = 15.45%

 BLUE value IS 217 (85.16% from 255) = 44.11%

R = 40.45%
G = 15.45%
B = 44.11%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C74CD9 (or 0xC74CD9) is known color: Medium Orchid. HEX triplet: C7, 4C and D9. RGB value is (199,76,217). Sum of RGB (Red+Green+Blue) = 199+76+217=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #C74CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CD9 is #38B326. Grayscale: #808080. Windows color (decimal): -3715879 or 14240967. OLE color: 14240967.

HSL color Cylindrical-coordinate representation of color #C74CD9: hue angle of 292.34º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74CD9 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 76 217 -
CMYK 0.08 0.65 0 0.15
HSL 292.34º 0.65% 0.57% -
HSV(B) 292.34º 0.65% 0.85% -
XYZ 38.66 22.32 67.92 -
YUV 128.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 199 76 217 0.08 0.65 0 0.15 292.34 0.65 0.57
Hex C7 4C D9 8 41 0 F 124 41 39
Octal 307 114 331 10 101 0 17 444 101 71
Binary 11000111 1001100 11011001 1000 1000001 0 1111 100100100 1000001 111001

Color Harmonies of #C74CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74CD9

Black with #C74CD9

Text Example


Text Example

White with #C74CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74CD9; }

 p { color: rgb(199,76,217); }

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

background-color css

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

 a { background-color: rgb(199,76,217); }

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

border-color css

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

 span { border-color: rgb(199,76,217); }

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