Html Css Color HEX #C74DDF Medium Orchid

📋 copy color: '#C74DDF'

red 199 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #C74DDF

Tints of Medium Orchid #C74DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 39.88%
G = 15.43%
B = 44.69%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C74DDF (or 0xC74DDF) is known color: Medium Orchid. HEX triplet: C7, 4D and DF. RGB value is (199,77,223). Sum of RGB (Red+Green+Blue) = 199+77+223=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 77 (30.47% from 255 or 15.43% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #C74DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DDF is #38B220. Grayscale: #818181. Windows color (decimal): -3715617 or 14634439. OLE color: 14634439.

HSL color Cylindrical-coordinate representation of color #C74DDF: hue angle of 290.14º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74DDF is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 77 223 -
CMYK 0.11 0.65 0 0.13
HSL 290.14º 0.7% 0.59% -
HSV(B) 290.14º 0.65% 0.87% -
XYZ 39.53 22.78 72.13 -
YUV 130.12 180.42 177.13 -
System Red Green Blue C M Y K H S L
Decimal 199 77 223 0.11 0.65 0 0.13 290.14 0.7 0.59
Hex C7 4D DF B 41 0 D 122 46 3B
Octal 307 115 337 13 101 0 15 442 106 73
Binary 11000111 1001101 11011111 1011 1000001 0 1101 100100010 1000110 111011

Color Harmonies of #C74DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DDF

Black with #C74DDF

Text Example


Text Example

White with #C74DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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