Html Css Color HEX #C74AD1 Medium Orchid

📋 copy color: '#C74AD1'

red 199 ◦ green 74 ◦ blue 209

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

Shades of Medium Orchid #C74AD1

Tints of Medium Orchid #C74AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.36%

R = 41.29%
G = 15.35%
B = 43.36%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C74AD1 (or 0xC74AD1) is known color: Medium Orchid. HEX triplet: C7, 4A and D1. RGB value is (199,74,209). Sum of RGB (Red+Green+Blue) = 199+74+209=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 74 (29.30% from 255 or 15.35% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #C74AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74AD1 is #38B52E. Grayscale: #7E7E7E. Windows color (decimal): -3716399 or 13716167. OLE color: 13716167.

HSL color Cylindrical-coordinate representation of color #C74AD1: hue angle of 295.56º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74AD1 is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 74 209 -
CMYK 0.05 0.65 0 0.18
HSL 295.56º 0.59% 0.55% -
HSV(B) 295.56º 0.65% 0.82% -
XYZ 37.51 21.64 62.52 -
YUV 126.77 174.41 179.52 -
System Red Green Blue C M Y K H S L
Decimal 199 74 209 0.05 0.65 0 0.18 295.56 0.59 0.55
Hex C7 4A D1 5 41 0 12 128 3B 37
Octal 307 112 321 5 101 0 22 450 73 67
Binary 11000111 1001010 11010001 101 1000001 0 10010 100101000 111011 110111

Color Harmonies of #C74AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AD1

Black with #C74AD1

Text Example


Text Example

White with #C74AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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