Html Css Color HEX #C84ED6 Medium Orchid

📋 copy color: '#C84ED6'

red 200 ◦ green 78 ◦ blue 214

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

Shades of Medium Orchid #C84ED6

Tints of Medium Orchid #C84ED6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.85%

 BLUE value IS 214 (83.98% from 255) = 43.5%

R = 40.65%
G = 15.85%
B = 43.5%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C84ED6 (or 0xC84ED6) is known color: Medium Orchid. HEX triplet: C8, 4E and D6. RGB value is (200,78,214). Sum of RGB (Red+Green+Blue) = 200+78+214=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #C84ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84ED6 is #37B129. Grayscale: #818181. Windows color (decimal): -3649834 or 14044872. OLE color: 14044872.

HSL color Cylindrical-coordinate representation of color #C84ED6: hue angle of 293.82º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84ED6 is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 78 214 -
CMYK 0.07 0.64 0 0.16
HSL 293.82º 0.62% 0.57% -
HSV(B) 293.82º 0.64% 0.84% -
XYZ 38.68 22.58 65.94 -
YUV 129.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 200 78 214 0.07 0.64 0 0.16 293.82 0.62 0.57
Hex C8 4E D6 7 40 0 10 126 3E 39
Octal 310 116 326 7 100 0 20 446 76 71
Binary 11001000 1001110 11010110 111 1000000 0 10000 100100110 111110 111001

Color Harmonies of #C84ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84ED6

Black with #C84ED6

Text Example


Text Example

White with #C84ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84ED6; }

 p { color: rgb(200,78,214); }

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

background-color css

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

 a { background-color: rgb(200,78,214); }

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

border-color css

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

 span { border-color: rgb(200,78,214); }

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