Html Css Color HEX #C840DA Medium Orchid

📋 copy color: '#C840DA'

red 200 ◦ green 64 ◦ blue 218

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

Shades of Medium Orchid #C840DA

Tints of Medium Orchid #C840DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 41.49%
G = 13.28%
B = 45.23%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C840DA (or 0xC840DA) is known color: Medium Orchid. HEX triplet: C8, 40 and DA. RGB value is (200,64,218). Sum of RGB (Red+Green+Blue) = 200+64+218=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 64 (25.39% from 255 or 13.28% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #C840DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C840DA is #37BF25. Grayscale: #797979. Windows color (decimal): -3653414 or 14303432. OLE color: 14303432.

HSL color Cylindrical-coordinate representation of color #C840DA: hue angle of 292.99º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C840DA is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 64 218 -
CMYK 0.08 0.71 0 0.15
HSL 292.99º 0.68% 0.55% -
HSV(B) 292.99º 0.71% 0.85% -
XYZ 38.31 21.01 68.37 -
YUV 122.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 200 64 218 0.08 0.71 0 0.15 292.99 0.68 0.55
Hex C8 40 DA 8 47 0 F 125 44 37
Octal 310 100 332 10 107 0 17 445 104 67
Binary 11001000 1000000 11011010 1000 1000111 0 1111 100100101 1000100 110111

Color Harmonies of #C840DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C840DA

Black with #C840DA

Text Example


Text Example

White with #C840DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C840DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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