Html Css Color HEX #C74DED Medium Orchid

📋 copy color: '#C74DED'

red 199 ◦ green 77 ◦ blue 237

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

Shades of Medium Orchid #C74DED

Tints of Medium Orchid #C74DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.2%

R = 38.79%
G = 15.01%
B = 46.2%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C74DED (or 0xC74DED) is known color: Medium Orchid. HEX triplet: C7, 4D and ED. RGB value is (199,77,237). Sum of RGB (Red+Green+Blue) = 199+77+237=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #C74DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74DED is #38B212. Grayscale: #838383. Windows color (decimal): -3715603 or 15551943. OLE color: 15551943.

HSL color Cylindrical-coordinate representation of color #C74DED: hue angle of 285.75º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74DED is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 77 237 -
CMYK 0.16 0.68 0 0.07
HSL 285.75º 0.82% 0.62% -
HSV(B) 285.75º 0.68% 0.93% -
XYZ 41.49 23.56 82.48 -
YUV 131.72 187.42 175.99 -
System Red Green Blue C M Y K H S L
Decimal 199 77 237 0.16 0.68 0 0.07 285.75 0.82 0.62
Hex C7 4D ED 10 44 0 7 11E 52 3E
Octal 307 115 355 20 104 0 7 436 122 76
Binary 11000111 1001101 11101101 10000 1000100 0 111 100011110 1010010 111110

Color Harmonies of #C74DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DED

Black with #C74DED

Text Example


Text Example

White with #C74DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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