Html Css Color HEX #C861D7 Medium Orchid

📋 copy color: '#C861D7'

red 200 ◦ green 97 ◦ blue 215

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

Shades of Medium Orchid #C861D7

Tints of Medium Orchid #C861D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.99%

R = 39.06%
G = 18.95%
B = 41.99%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C861D7 (or 0xC861D7) is known color: Medium Orchid. HEX triplet: C8, 61 and D7. RGB value is (200,97,215). Sum of RGB (Red+Green+Blue) = 200+97+215=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 97 (38.28% from 255 or 18.95% from 512); Blue value is 215 (84.38% from 255 or 41.99% from 512); Max value from RGB is 215 - color contains mainly: blue. Hex color #C861D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861D7 is #379E28. Grayscale: #8C8C8C. Windows color (decimal): -3644969 or 14115272. OLE color: 14115272.

HSL color Cylindrical-coordinate representation of color #C861D7: hue angle of 292.37º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C861D7 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 97 215 -
CMYK 0.07 0.55 0 0.16
HSL 292.37º 0.6% 0.61% -
HSV(B) 292.37º 0.55% 0.84% -
XYZ 40.36 25.74 67.13 -
YUV 141.25 169.62 169.91 -
System Red Green Blue C M Y K H S L
Decimal 200 97 215 0.07 0.55 0 0.16 292.37 0.6 0.61
Hex C8 61 D7 7 37 0 10 124 3C 3D
Octal 310 141 327 7 67 0 20 444 74 75
Binary 11001000 1100001 11010111 111 110111 0 10000 100100100 111100 111101

Color Harmonies of #C861D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C861D7

Black with #C861D7

Text Example


Text Example

White with #C861D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C861D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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