Html Css Color HEX #C84EDD Medium Orchid

📋 copy color: '#C84EDD'

red 200 ◦ green 78 ◦ blue 221

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

Shades of Medium Orchid #C84EDD

Tints of Medium Orchid #C84EDD

RGB

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

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

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

R = 40.08%
G = 15.63%
B = 44.29%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C84EDD (or 0xC84EDD) is known color: Medium Orchid. HEX triplet: C8, 4E and DD. RGB value is (200,78,221). Sum of RGB (Red+Green+Blue) = 200+78+221=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #C84EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84EDD is #37B122. Grayscale: #828282. Windows color (decimal): -3649827 or 14503624. OLE color: 14503624.

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

Color convert

RGB 200 78 221 -
CMYK 0.10 0.65 0 0.13
HSL 291.19º 0.68% 0.59% -
HSV(B) 291.19º 0.65% 0.87% -
XYZ 39.59 22.95 70.75 -
YUV 130.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 200 78 221 0.10 0.65 0 0.13 291.19 0.68 0.59
Hex C8 4E DD A 41 0 D 123 44 3B
Octal 310 116 335 12 101 0 15 443 104 73
Binary 11001000 1001110 11011101 1010 1000001 0 1101 100100011 1000100 111011

Color Harmonies of #C84EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84EDD

Black with #C84EDD

Text Example


Text Example

White with #C84EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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