Html Css Color HEX #C85ED1 Medium Orchid

📋 copy color: '#C85ED1'

red 200 ◦ green 94 ◦ blue 209

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

Shades of Medium Orchid #C85ED1

Tints of Medium Orchid #C85ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.55%

R = 39.76%
G = 18.69%
B = 41.55%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C85ED1 (or 0xC85ED1) is known color: Medium Orchid. HEX triplet: C8, 5E and D1. RGB value is (200,94,209). Sum of RGB (Red+Green+Blue) = 200+94+209=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #C85ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ED1 is #37A12E. Grayscale: #8A8A8A. Windows color (decimal): -3645743 or 13721288. OLE color: 13721288.

HSL color Cylindrical-coordinate representation of color #C85ED1: hue angle of 295.3º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85ED1 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 94 209 -
CMYK 0.04 0.55 0 0.18
HSL 295.3º 0.56% 0.59% -
HSV(B) 295.3º 0.55% 0.82% -
XYZ 39.33 24.89 63.05 -
YUV 138.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 200 94 209 0.04 0.55 0 0.18 295.3 0.56 0.59
Hex C8 5E D1 4 37 0 12 127 38 3B
Octal 310 136 321 4 67 0 22 447 70 73
Binary 11001000 1011110 11010001 100 110111 0 10010 100100111 111000 111011

Color Harmonies of #C85ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85ED1

Black with #C85ED1

Text Example


Text Example

White with #C85ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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