Html Css Color HEX #C842EC Medium Orchid

📋 copy color: '#C842EC'

red 200 ◦ green 66 ◦ blue 236

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

Shades of Medium Orchid #C842EC

Tints of Medium Orchid #C842EC

RGB

 RED value IS 200 (78.52% from 255) = 39.84%

 GREEN value IS 66 (26.17% from 255) = 13.15%

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

R = 39.84%
G = 13.15%
B = 47.01%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C842EC (or 0xC842EC) is known color: Medium Orchid. HEX triplet: C8, 42 and EC. RGB value is (200,66,236). Sum of RGB (Red+Green+Blue) = 200+66+236=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #C842EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C842EC is #37BD13. Grayscale: #7C7C7C. Windows color (decimal): -3652884 or 15483592. OLE color: 15483592.

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

Color convert

RGB 200 66 236 -
CMYK 0.15 0.72 0 0.07
HSL 287.29º 0.82% 0.59% -
HSV(B) 287.29º 0.72% 0.93% -
XYZ 40.91 22.23 81.49 -
YUV 125.45 190.39 181.18 -
System Red Green Blue C M Y K H S L
Decimal 200 66 236 0.15 0.72 0 0.07 287.29 0.82 0.59
Hex C8 42 EC F 48 0 7 11F 52 3B
Octal 310 102 354 17 110 0 7 437 122 73
Binary 11001000 1000010 11101100 1111 1001000 0 111 100011111 1010010 111011

Color Harmonies of #C842EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C842EC

Black with #C842EC

Text Example


Text Example

White with #C842EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C842EC; }

 p { color: rgb(200,66,236); }

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

background-color css

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

 a { background-color: rgb(200,66,236); }

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

border-color css

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

 span { border-color: rgb(200,66,236); }

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