Html Css Color HEX #C74AEC Medium Orchid

📋 copy color: '#C74AEC'

red 199 ◦ green 74 ◦ blue 236

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

Shades of Medium Orchid #C74AEC

Tints of Medium Orchid #C74AEC

RGB

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

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

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

R = 39.1%
G = 14.54%
B = 46.37%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C74AEC (or 0xC74AEC) is known color: Medium Orchid. HEX triplet: C7, 4A and EC. RGB value is (199,74,236). Sum of RGB (Red+Green+Blue) = 199+74+236=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 74 (29.30% from 255 or 14.54% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #C74AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C74AEC is #38B513. Grayscale: #818181. Windows color (decimal): -3716372 or 15485639. OLE color: 15485639.

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

Color convert

RGB 199 74 236 -
CMYK 0.16 0.69 0 0.07
HSL 286.3º 0.81% 0.61% -
HSV(B) 286.3º 0.69% 0.93% -
XYZ 41.14 23.1 81.65 -
YUV 129.84 187.91 177.33 -
System Red Green Blue C M Y K H S L
Decimal 199 74 236 0.16 0.69 0 0.07 286.3 0.81 0.61
Hex C7 4A EC 10 45 0 7 11E 51 3D
Octal 307 112 354 20 105 0 7 436 121 75
Binary 11000111 1001010 11101100 10000 1000101 0 111 100011110 1010001 111101

Color Harmonies of #C74AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AEC

Black with #C74AEC

Text Example


Text Example

White with #C74AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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