Html Css Color HEX #C85EDD Medium Orchid

📋 copy color: '#C85EDD'

red 200 ◦ green 94 ◦ blue 221

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

Shades of Medium Orchid #C85EDD

Tints of Medium Orchid #C85EDD

RGB

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

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

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

R = 38.83%
G = 18.25%
B = 42.91%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C85EDD (or 0xC85EDD) is known color: Medium Orchid. HEX triplet: C8, 5E and DD. RGB value is (200,94,221). Sum of RGB (Red+Green+Blue) = 200+94+221=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #C85EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85EDD is #37A122. Grayscale: #8B8B8B. Windows color (decimal): -3645731 or 14507720. OLE color: 14507720.

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

Color convert

RGB 200 94 221 -
CMYK 0.10 0.57 0 0.13
HSL 290.08º 0.65% 0.62% -
HSV(B) 290.08º 0.57% 0.87% -
XYZ 40.87 25.51 71.18 -
YUV 140.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 200 94 221 0.10 0.57 0 0.13 290.08 0.65 0.62
Hex C8 5E DD A 39 0 D 122 41 3E
Octal 310 136 335 12 71 0 15 442 101 76
Binary 11001000 1011110 11011101 1010 111001 0 1101 100100010 1000001 111110

Color Harmonies of #C85EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85EDD

Black with #C85EDD

Text Example


Text Example

White with #C85EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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