Html Css Color HEX #C74FD4 Medium Orchid

📋 copy color: '#C74FD4'

red 199 ◦ green 79 ◦ blue 212

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

Shades of Medium Orchid #C74FD4

Tints of Medium Orchid #C74FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.27%

R = 40.61%
G = 16.12%
B = 43.27%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C74FD4 (or 0xC74FD4) is known color: Medium Orchid. HEX triplet: C7, 4F and D4. RGB value is (199,79,212). Sum of RGB (Red+Green+Blue) = 199+79+212=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 79 (31.25% from 255 or 16.12% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 212 - color contains mainly: blue. Hex color #C74FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FD4 is #38B02B. Grayscale: #818181. Windows color (decimal): -3715116 or 13914055. OLE color: 13914055.

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

Color convert

RGB 199 79 212 -
CMYK 0.06 0.63 0 0.17
HSL 294.14º 0.61% 0.57% -
HSV(B) 294.14º 0.63% 0.83% -
XYZ 38.23 22.49 64.61 -
YUV 130.04 174.26 177.19 -
System Red Green Blue C M Y K H S L
Decimal 199 79 212 0.06 0.63 0 0.17 294.14 0.61 0.57
Hex C7 4F D4 6 3F 0 11 126 3D 39
Octal 307 117 324 6 77 0 21 446 75 71
Binary 11000111 1001111 11010100 110 111111 0 10001 100100110 111101 111001

Color Harmonies of #C74FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FD4

Black with #C74FD4

Text Example


Text Example

White with #C74FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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