Html Css Color HEX #C840DD Medium Orchid

📋 copy color: '#C840DD'

red 200 ◦ green 64 ◦ blue 221

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

Shades of Medium Orchid #C840DD

Tints of Medium Orchid #C840DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.57%

R = 41.24%
G = 13.2%
B = 45.57%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C840DD (or 0xC840DD) is known color: Medium Orchid. HEX triplet: C8, 40 and DD. RGB value is (200,64,221). Sum of RGB (Red+Green+Blue) = 200+64+221=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 64 (25.39% from 255 or 13.20% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #C840DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840DD is #37BF22. Grayscale: #7A7A7A. Windows color (decimal): -3653411 or 14500040. OLE color: 14500040.

HSL color Cylindrical-coordinate representation of color #C840DD: hue angle of 291.97º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C840DD is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 64 221 -
CMYK 0.10 0.71 0 0.13
HSL 291.97º 0.7% 0.56% -
HSV(B) 291.97º 0.71% 0.87% -
XYZ 38.7 21.17 70.45 -
YUV 122.56 183.56 183.23 -
System Red Green Blue C M Y K H S L
Decimal 200 64 221 0.10 0.71 0 0.13 291.97 0.7 0.56
Hex C8 40 DD A 47 0 D 124 46 38
Octal 310 100 335 12 107 0 15 444 106 70
Binary 11001000 1000000 11011101 1010 1000111 0 1101 100100100 1000110 111000

Color Harmonies of #C840DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840DD

Black with #C840DD

Text Example


Text Example

White with #C840DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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