Html Css Color HEX #C840D8 Medium Orchid

📋 copy color: '#C840D8'

red 200 ◦ green 64 ◦ blue 216

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

Shades of Medium Orchid #C840D8

Tints of Medium Orchid #C840D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45%

R = 41.67%
G = 13.33%
B = 45%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C840D8 (or 0xC840D8) is known color: Medium Orchid. HEX triplet: C8, 40 and D8. RGB value is (200,64,216). Sum of RGB (Red+Green+Blue) = 200+64+216=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #C840D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840D8 is #37BF27. Grayscale: #797979. Windows color (decimal): -3653416 or 14172360. OLE color: 14172360.

HSL color Cylindrical-coordinate representation of color #C840D8: hue angle of 293.68º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C840D8 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 64 216 -
CMYK 0.07 0.70 0 0.15
HSL 293.68º 0.66% 0.55% -
HSV(B) 293.68º 0.7% 0.85% -
XYZ 38.05 20.9 67 -
YUV 121.99 181.06 183.64 -
System Red Green Blue C M Y K H S L
Decimal 200 64 216 0.07 0.70 0 0.15 293.68 0.66 0.55
Hex C8 40 D8 7 46 0 F 126 42 37
Octal 310 100 330 7 106 0 17 446 102 67
Binary 11001000 1000000 11011000 111 1000110 0 1111 100100110 1000010 110111

Color Harmonies of #C840D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840D8

Black with #C840D8

Text Example


Text Example

White with #C840D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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