Html Css Color HEX #C74FD5 Medium Orchid

📋 copy color: '#C74FD5'

red 199 ◦ green 79 ◦ blue 213

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

Shades of Medium Orchid #C74FD5

Tints of Medium Orchid #C74FD5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.09%

 BLUE value IS 213 (83.59% from 255) = 43.38%

R = 40.53%
G = 16.09%
B = 43.38%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C74FD5 (or 0xC74FD5) is known color: Medium Orchid. HEX triplet: C7, 4F and D5. RGB value is (199,79,213). Sum of RGB (Red+Green+Blue) = 199+79+213=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #C74FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FD5 is #38B02A. Grayscale: #818181. Windows color (decimal): -3715115 or 13979591. OLE color: 13979591.

HSL color Cylindrical-coordinate representation of color #C74FD5: hue angle of 293.73º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74FD5 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 79 213 -
CMYK 0.07 0.63 0 0.16
HSL 293.73º 0.61% 0.57% -
HSV(B) 293.73º 0.63% 0.84% -
XYZ 38.36 22.54 65.28 -
YUV 130.16 174.76 177.1 -
System Red Green Blue C M Y K H S L
Decimal 199 79 213 0.07 0.63 0 0.16 293.73 0.61 0.57
Hex C7 4F D5 7 3F 0 10 126 3D 39
Octal 307 117 325 7 77 0 20 446 75 71
Binary 11000111 1001111 11010101 111 111111 0 10000 100100110 111101 111001

Color Harmonies of #C74FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FD5

Black with #C74FD5

Text Example


Text Example

White with #C74FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FD5; }

 p { color: rgb(199,79,213); }

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

background-color css

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

 a { background-color: rgb(199,79,213); }

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

border-color css

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

 span { border-color: rgb(199,79,213); }

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