Html Css Color HEX #C861DD Medium Orchid

📋 copy color: '#C861DD'

red 200 ◦ green 97 ◦ blue 221

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

Shades of Medium Orchid #C861DD

Tints of Medium Orchid #C861DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 38.61%
G = 18.73%
B = 42.66%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C861DD (or 0xC861DD) is known color: Medium Orchid. HEX triplet: C8, 61 and DD. RGB value is (200,97,221). Sum of RGB (Red+Green+Blue) = 200+97+221=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 97 (38.28% from 255 or 18.73% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #C861DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861DD is #379E22. Grayscale: #8D8D8D. Windows color (decimal): -3644963 or 14508488. OLE color: 14508488.

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

Color convert

RGB 200 97 221 -
CMYK 0.10 0.56 0 0.13
HSL 289.84º 0.65% 0.62% -
HSV(B) 289.84º 0.56% 0.87% -
XYZ 41.15 26.05 71.27 -
YUV 141.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 200 97 221 0.10 0.56 0 0.13 289.84 0.65 0.62
Hex C8 61 DD A 38 0 D 122 41 3E
Octal 310 141 335 12 70 0 15 442 101 76
Binary 11001000 1100001 11011101 1010 111000 0 1101 100100010 1000001 111110

Color Harmonies of #C861DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C861DD

Black with #C861DD

Text Example


Text Example

White with #C861DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C861DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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