Html Css Color HEX #C861DF Medium Orchid

📋 copy color: '#C861DF'

red 200 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #C861DF

Tints of Medium Orchid #C861DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.65%

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

R = 38.46%
G = 18.65%
B = 42.88%

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

#C861DF (or 0xC861DF) is known color: Medium Orchid. HEX triplet: C8, 61 and DF. RGB value is (200,97,223). Sum of RGB (Red+Green+Blue) = 200+97+223=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #C861DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861DF is #379E20. Grayscale: #8D8D8D. Windows color (decimal): -3644961 or 14639560. OLE color: 14639560.

HSL color Cylindrical-coordinate representation of color #C861DF: hue angle of 289.05º 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 #C861DF is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 97 223 -
CMYK 0.10 0.57 0 0.13
HSL 289.05º 0.66% 0.63% -
HSV(B) 289.05º 0.57% 0.87% -
XYZ 41.41 26.16 72.68 -
YUV 142.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 200 97 223 0.10 0.57 0 0.13 289.05 0.66 0.63
Hex C8 61 DF A 39 0 D 121 42 3F
Octal 310 141 337 12 71 0 15 441 102 77
Binary 11001000 1100001 11011111 1010 111001 0 1101 100100001 1000010 111111

Color Harmonies of #C861DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C861DF

Black with #C861DF

Text Example


Text Example

White with #C861DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C861DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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