Html Css Color HEX #C74EEF Medium Orchid

📋 copy color: '#C74EEF'

red 199 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #C74EEF

Tints of Medium Orchid #C74EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.12%

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 38.57%
G = 15.12%
B = 46.32%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C74EEF (or 0xC74EEF) is known color: Medium Orchid. HEX triplet: C7, 4E and EF. RGB value is (199,78,239). Sum of RGB (Red+Green+Blue) = 199+78+239=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 78 (30.86% from 255 or 15.12% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #C74EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C74EEF is #38B110. Grayscale: #848484. Windows color (decimal): -3715345 or 15683271. OLE color: 15683271.

HSL color Cylindrical-coordinate representation of color #C74EEF: hue angle of 285.09º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74EEF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 78 239 -
CMYK 0.17 0.67 0 0.06
HSL 285.09º 0.83% 0.62% -
HSV(B) 285.09º 0.67% 0.94% -
XYZ 41.86 23.82 84.05 -
YUV 132.53 188.09 175.41 -
System Red Green Blue C M Y K H S L
Decimal 199 78 239 0.17 0.67 0 0.06 285.09 0.83 0.62
Hex C7 4E EF 11 43 0 6 11D 53 3E
Octal 307 116 357 21 103 0 6 435 123 76
Binary 11000111 1001110 11101111 10001 1000011 0 110 100011101 1010011 111110

Color Harmonies of #C74EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74EEF

Black with #C74EEF

Text Example


Text Example

White with #C74EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74EEF; }

 p { color: rgb(199,78,239); }

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

background-color css

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

 a { background-color: rgb(199,78,239); }

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

border-color css

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

 span { border-color: rgb(199,78,239); }

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