Html Css Color HEX #C74CEC Medium Orchid

📋 copy color: '#C74CEC'

red 199 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #C74CEC

Tints of Medium Orchid #C74CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.87%

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 38.94%
G = 14.87%
B = 46.18%

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

#C74CEC (or 0xC74CEC) is known color: Medium Orchid. HEX triplet: C7, 4C and EC. RGB value is (199,76,236). Sum of RGB (Red+Green+Blue) = 199+76+236=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #C74CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74CEC is #38B313. Grayscale: #828282. Windows color (decimal): -3715860 or 15486151. OLE color: 15486151.

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

Color convert

RGB 199 76 236 -
CMYK 0.16 0.68 0 0.07
HSL 286.13º 0.81% 0.61% -
HSV(B) 286.13º 0.68% 0.93% -
XYZ 41.28 23.37 81.69 -
YUV 131.02 187.25 176.49 -
System Red Green Blue C M Y K H S L
Decimal 199 76 236 0.16 0.68 0 0.07 286.13 0.81 0.61
Hex C7 4C EC 10 44 0 7 11E 51 3D
Octal 307 114 354 20 104 0 7 436 121 75
Binary 11000111 1001100 11101100 10000 1000100 0 111 100011110 1010001 111101

Color Harmonies of #C74CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74CEC

Black with #C74CEC

Text Example


Text Example

White with #C74CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74CEC; }

 p { color: rgb(199,76,236); }

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

background-color css

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

 a { background-color: rgb(199,76,236); }

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

border-color css

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

 span { border-color: rgb(199,76,236); }

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