Html Css Color HEX #C840EB Medium Orchid

📋 copy color: '#C840EB'

red 200 ◦ green 64 ◦ blue 235

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

Shades of Medium Orchid #C840EB

Tints of Medium Orchid #C840EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 40.08%
G = 12.83%
B = 47.09%

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

#C840EB (or 0xC840EB) is known color: Medium Orchid. HEX triplet: C8, 40 and EB. RGB value is (200,64,235). Sum of RGB (Red+Green+Blue) = 200+64+235=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #C840EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C840EB is #37BF14. Grayscale: #7B7B7B. Windows color (decimal): -3653397 or 15417544. OLE color: 15417544.

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

Color convert

RGB 200 64 235 -
CMYK 0.15 0.73 0 0.08
HSL 287.72º 0.81% 0.59% -
HSV(B) 287.72º 0.73% 0.92% -
XYZ 40.65 21.94 80.69 -
YUV 124.16 190.56 182.1 -
System Red Green Blue C M Y K H S L
Decimal 200 64 235 0.15 0.73 0 0.08 287.72 0.81 0.59
Hex C8 40 EB F 49 0 8 120 51 3B
Octal 310 100 353 17 111 0 10 440 121 73
Binary 11001000 1000000 11101011 1111 1001001 0 1000 100100000 1010001 111011

Color Harmonies of #C840EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840EB

Black with #C840EB

Text Example


Text Example

White with #C840EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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