Html Css Color HEX #C84EDA Medium Orchid

📋 copy color: '#C84EDA'

red 200 ◦ green 78 ◦ blue 218

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

Shades of Medium Orchid #C84EDA

Tints of Medium Orchid #C84EDA

RGB

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

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

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

R = 40.32%
G = 15.73%
B = 43.95%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C84EDA (or 0xC84EDA) is known color: Medium Orchid. HEX triplet: C8, 4E and DA. RGB value is (200,78,218). Sum of RGB (Red+Green+Blue) = 200+78+218=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #C84EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84EDA is #37B125. Grayscale: #828282. Windows color (decimal): -3649830 or 14307016. OLE color: 14307016.

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

Color convert

RGB 200 78 218 -
CMYK 0.08 0.64 0 0.15
HSL 292.29º 0.65% 0.58% -
HSV(B) 292.29º 0.64% 0.85% -
XYZ 39.2 22.79 68.66 -
YUV 130.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 200 78 218 0.08 0.64 0 0.15 292.29 0.65 0.58
Hex C8 4E DA 8 40 0 F 124 41 3A
Octal 310 116 332 10 100 0 17 444 101 72
Binary 11001000 1001110 11011010 1000 1000000 0 1111 100100100 1000001 111010

Color Harmonies of #C84EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84EDA

Black with #C84EDA

Text Example


Text Example

White with #C84EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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