Html Css Color HEX #C74ADA Medium Orchid

📋 copy color: '#C74ADA'

red 199 ◦ green 74 ◦ blue 218

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

Shades of Medium Orchid #C74ADA

Tints of Medium Orchid #C74ADA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.07%

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

R = 40.53%
G = 15.07%
B = 44.4%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C74ADA (or 0xC74ADA) is known color: Medium Orchid. HEX triplet: C7, 4A and DA. RGB value is (199,74,218). Sum of RGB (Red+Green+Blue) = 199+74+218=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 74 (29.30% from 255 or 15.07% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #C74ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74ADA is #38B525. Grayscale: #7F7F7F. Windows color (decimal): -3716390 or 14305991. OLE color: 14305991.

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

Color convert

RGB 199 74 218 -
CMYK 0.09 0.66 0 0.15
HSL 292.08º 0.66% 0.57% -
HSV(B) 292.08º 0.66% 0.85% -
XYZ 38.66 22.1 68.56 -
YUV 127.79 178.91 178.79 -
System Red Green Blue C M Y K H S L
Decimal 199 74 218 0.09 0.66 0 0.15 292.08 0.66 0.57
Hex C7 4A DA 9 42 0 F 124 42 39
Octal 307 112 332 11 102 0 17 444 102 71
Binary 11000111 1001010 11011010 1001 1000010 0 1111 100100100 1000010 111001

Color Harmonies of #C74ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74ADA

Black with #C74ADA

Text Example


Text Example

White with #C74ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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