Html Css Color HEX #C850DF Medium Orchid

📋 copy color: '#C850DF'

red 200 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #C850DF

Tints of Medium Orchid #C850DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.9%

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 39.76%
G = 15.9%
B = 44.33%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C850DF (or 0xC850DF) is known color: Medium Orchid. HEX triplet: C8, 50 and DF. RGB value is (200,80,223). Sum of RGB (Red+Green+Blue) = 200+80+223=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #C850DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850DF is #37AF20. Grayscale: #838383. Windows color (decimal): -3649313 or 14635208. OLE color: 14635208.

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

Color convert

RGB 200 80 223 -
CMYK 0.10 0.64 0 0.13
HSL 290.35º 0.69% 0.59% -
HSV(B) 290.35º 0.64% 0.87% -
XYZ 40.01 23.34 72.21 -
YUV 132.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 200 80 223 0.10 0.64 0 0.13 290.35 0.69 0.59
Hex C8 50 DF A 40 0 D 122 45 3B
Octal 310 120 337 12 100 0 15 442 105 73
Binary 11001000 1010000 11011111 1010 1000000 0 1101 100100010 1000101 111011

Color Harmonies of #C850DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850DF

Black with #C850DF

Text Example


Text Example

White with #C850DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850DF; }

 p { color: rgb(200,80,223); }

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

background-color css

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

 a { background-color: rgb(200,80,223); }

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

border-color css

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

 span { border-color: rgb(200,80,223); }

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