Html Css Color HEX #C74DDA Medium Orchid

📋 copy color: '#C74DDA'

red 199 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #C74DDA

Tints of Medium Orchid #C74DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.59%

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 40.28%
G = 15.59%
B = 44.13%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C74DDA (or 0xC74DDA) is known color: Medium Orchid. HEX triplet: C7, 4D and DA. RGB value is (199,77,218). Sum of RGB (Red+Green+Blue) = 199+77+218=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #C74DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DDA is #38B225. Grayscale: #818181. Windows color (decimal): -3715622 or 14306759. OLE color: 14306759.

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

Color convert

RGB 199 77 218 -
CMYK 0.09 0.65 0 0.15
HSL 291.91º 0.66% 0.58% -
HSV(B) 291.91º 0.65% 0.85% -
XYZ 38.86 22.51 68.63 -
YUV 129.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 199 77 218 0.09 0.65 0 0.15 291.91 0.66 0.58
Hex C7 4D DA 9 41 0 F 124 42 3A
Octal 307 115 332 11 101 0 17 444 102 72
Binary 11000111 1001101 11011010 1001 1000001 0 1111 100100100 1000010 111010

Color Harmonies of #C74DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DDA

Black with #C74DDA

Text Example


Text Example

White with #C74DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DDA; }

 p { color: rgb(199,77,218); }

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

background-color css

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

 a { background-color: rgb(199,77,218); }

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

border-color css

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

 span { border-color: rgb(199,77,218); }

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