Html Css Color HEX #C860DF Medium Orchid

📋 copy color: '#C860DF'

red 200 ◦ green 96 ◦ blue 223

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

Shades of Medium Orchid #C860DF

Tints of Medium Orchid #C860DF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.5%

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

R = 38.54%
G = 18.5%
B = 42.97%

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

#C860DF (or 0xC860DF) is known color: Medium Orchid. HEX triplet: C8, 60 and DF. RGB value is (200,96,223). Sum of RGB (Red+Green+Blue) = 200+96+223=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #C860DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860DF is #379F20. Grayscale: #8D8D8D. Windows color (decimal): -3645217 or 14639304. OLE color: 14639304.

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

Color convert

RGB 200 96 223 -
CMYK 0.10 0.57 0 0.13
HSL 289.13º 0.66% 0.63% -
HSV(B) 289.13º 0.57% 0.87% -
XYZ 41.32 25.97 72.65 -
YUV 141.57 173.96 169.67 -
System Red Green Blue C M Y K H S L
Decimal 200 96 223 0.10 0.57 0 0.13 289.13 0.66 0.63
Hex C8 60 DF A 39 0 D 121 42 3F
Octal 310 140 337 12 71 0 15 441 102 77
Binary 11001000 1100000 11011111 1010 111001 0 1101 100100001 1000010 111111

Color Harmonies of #C860DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C860DF

Black with #C860DF

Text Example


Text Example

White with #C860DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C860DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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