Html Css Color HEX #C840EC Medium Orchid

📋 copy color: '#C840EC'

red 200 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #C840EC

Tints of Medium Orchid #C840EC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.8%

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

R = 40%
G = 12.8%
B = 47.2%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C840EC (or 0xC840EC) is known color: Medium Orchid. HEX triplet: C8, 40 and EC. RGB value is (200,64,236). Sum of RGB (Red+Green+Blue) = 200+64+236=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 64 (25.39% from 255 or 12.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #C840EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C840EC is #37BF13. Grayscale: #7B7B7B. Windows color (decimal): -3653396 or 15483080. OLE color: 15483080.

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

Color convert

RGB 200 64 236 -
CMYK 0.15 0.73 0 0.07
HSL 287.44º 0.82% 0.59% -
HSV(B) 287.44º 0.73% 0.93% -
XYZ 40.79 22 81.45 -
YUV 124.27 191.06 182.01 -
System Red Green Blue C M Y K H S L
Decimal 200 64 236 0.15 0.73 0 0.07 287.44 0.82 0.59
Hex C8 40 EC F 49 0 7 11F 52 3B
Octal 310 100 354 17 111 0 7 437 122 73
Binary 11001000 1000000 11101100 1111 1001001 0 111 100011111 1010010 111011

Color Harmonies of #C840EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840EC

Black with #C840EC

Text Example


Text Example

White with #C840EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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