Html Css Color HEX #C850EF Medium Orchid

📋 copy color: '#C850EF'

red 200 ◦ green 80 ◦ blue 239

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

Shades of Medium Orchid #C850EF

Tints of Medium Orchid #C850EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 38.54%
G = 15.41%
B = 46.05%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C850EF (or 0xC850EF) is known color: Medium Orchid. HEX triplet: C8, 50 and EF. RGB value is (200,80,239). Sum of RGB (Red+Green+Blue) = 200+80+239=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #C850EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C850EF is #37AF10. Grayscale: #858585. Windows color (decimal): -3649297 or 15683784. OLE color: 15683784.

HSL color Cylindrical-coordinate representation of color #C850EF: hue angle of 285.28º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C850EF is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 80 239 -
CMYK 0.16 0.67 0 0.06
HSL 285.28º 0.83% 0.63% -
HSV(B) 285.28º 0.67% 0.94% -
XYZ 42.27 24.25 84.11 -
YUV 134.01 187.26 175.07 -
System Red Green Blue C M Y K H S L
Decimal 200 80 239 0.16 0.67 0 0.06 285.28 0.83 0.63
Hex C8 50 EF 10 43 0 6 11D 53 3F
Octal 310 120 357 20 103 0 6 435 123 77
Binary 11001000 1010000 11101111 10000 1000011 0 110 100011101 1010011 111111

Color Harmonies of #C850EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850EF

Black with #C850EF

Text Example


Text Example

White with #C850EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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