Html Css Color HEX #C85ED9 Medium Orchid

📋 copy color: '#C85ED9'

red 200 ◦ green 94 ◦ blue 217

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

Shades of Medium Orchid #C85ED9

Tints of Medium Orchid #C85ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.47%

R = 39.14%
G = 18.4%
B = 42.47%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C85ED9 (or 0xC85ED9) is known color: Medium Orchid. HEX triplet: C8, 5E and D9. RGB value is (200,94,217). Sum of RGB (Red+Green+Blue) = 200+94+217=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #C85ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85ED9 is #37A126. Grayscale: #8B8B8B. Windows color (decimal): -3645735 or 14245576. OLE color: 14245576.

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

Color convert

RGB 200 94 217 -
CMYK 0.08 0.57 0 0.15
HSL 291.71º 0.62% 0.61% -
HSV(B) 291.71º 0.57% 0.85% -
XYZ 40.35 25.29 68.4 -
YUV 139.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 200 94 217 0.08 0.57 0 0.15 291.71 0.62 0.61
Hex C8 5E D9 8 39 0 F 124 3E 3D
Octal 310 136 331 10 71 0 17 444 76 75
Binary 11001000 1011110 11011001 1000 111001 0 1111 100100100 111110 111101

Color Harmonies of #C85ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85ED9

Black with #C85ED9

Text Example


Text Example

White with #C85ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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