Html Css Color HEX #C840EA Medium Orchid

📋 copy color: '#C840EA'

red 200 ◦ green 64 ◦ blue 234

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

Shades of Medium Orchid #C840EA

Tints of Medium Orchid #C840EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 40.16%
G = 12.85%
B = 46.99%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C840EA (or 0xC840EA) is known color: Medium Orchid. HEX triplet: C8, 40 and EA. RGB value is (200,64,234). Sum of RGB (Red+Green+Blue) = 200+64+234=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 64 (25.39% from 255 or 12.85% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #C840EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C840EA is #37BF15. Grayscale: #7B7B7B. Windows color (decimal): -3653398 or 15352008. OLE color: 15352008.

HSL color Cylindrical-coordinate representation of color #C840EA: hue angle of 288º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C840EA is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 64 234 -
CMYK 0.15 0.73 0 0.08
HSL 288º 0.8% 0.58% -
HSV(B) 288º 0.73% 0.92% -
XYZ 40.5 21.89 79.93 -
YUV 124.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 200 64 234 0.15 0.73 0 0.08 288 0.8 0.58
Hex C8 40 EA F 49 0 8 120 50 3A
Octal 310 100 352 17 111 0 10 440 120 72
Binary 11001000 1000000 11101010 1111 1001001 0 1000 100100000 1010000 111010

Color Harmonies of #C840EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840EA

Black with #C840EA

Text Example


Text Example

White with #C840EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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