Html Css Color HEX #C85EDC Medium Orchid

📋 copy color: '#C85EDC'

red 200 ◦ green 94 ◦ blue 220

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

Shades of Medium Orchid #C85EDC

Tints of Medium Orchid #C85EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.29%

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 38.91%
G = 18.29%
B = 42.8%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C85EDC (or 0xC85EDC) is known color: Medium Orchid. HEX triplet: C8, 5E and DC. RGB value is (200,94,220). Sum of RGB (Red+Green+Blue) = 200+94+220=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #C85EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EDC is #37A123. Grayscale: #8B8B8B. Windows color (decimal): -3645732 or 14442184. OLE color: 14442184.

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

Color convert

RGB 200 94 220 -
CMYK 0.09 0.57 0 0.14
HSL 290.48º 0.64% 0.62% -
HSV(B) 290.48º 0.57% 0.86% -
XYZ 40.74 25.45 70.48 -
YUV 140.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 200 94 220 0.09 0.57 0 0.14 290.48 0.64 0.62
Hex C8 5E DC 9 39 0 E 122 40 3E
Octal 310 136 334 11 71 0 16 442 100 76
Binary 11001000 1011110 11011100 1001 111001 0 1110 100100010 1000000 111110

Color Harmonies of #C85EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EDC

Black with #C85EDC

Text Example


Text Example

White with #C85EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EDC; }

 p { color: rgb(200,94,220); }

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

background-color css

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

 a { background-color: rgb(200,94,220); }

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

border-color css

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

 span { border-color: rgb(200,94,220); }

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