Html Css Color HEX #C861D3 Medium Orchid

📋 copy color: '#C861D3'

red 200 ◦ green 97 ◦ blue 211

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

Shades of Medium Orchid #C861D3

Tints of Medium Orchid #C861D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.54%

R = 39.37%
G = 19.09%
B = 41.54%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C861D3 (or 0xC861D3) is known color: Medium Orchid. HEX triplet: C8, 61 and D3. RGB value is (200,97,211). Sum of RGB (Red+Green+Blue) = 200+97+211=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 211 (82.81% from 255 or 41.54% from 508); Max value from RGB is 211 - color contains mainly: blue. Hex color #C861D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861D3 is #379E2C. Grayscale: #8C8C8C. Windows color (decimal): -3644973 or 13853128. OLE color: 13853128.

HSL color Cylindrical-coordinate representation of color #C861D3: hue angle of 294.21º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C861D3 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 200 97 211 -
CMYK 0.05 0.54 0 0.17
HSL 294.21º 0.56% 0.6% -
HSV(B) 294.21º 0.54% 0.83% -
XYZ 39.85 25.53 64.46 -
YUV 140.79 167.62 170.23 -
System Red Green Blue C M Y K H S L
Decimal 200 97 211 0.05 0.54 0 0.17 294.21 0.56 0.6
Hex C8 61 D3 5 36 0 11 126 38 3C
Octal 310 141 323 5 66 0 21 446 70 74
Binary 11001000 1100001 11010011 101 110110 0 10001 100100110 111000 111100

Color Harmonies of #C861D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C861D3

Black with #C861D3

Text Example


Text Example

White with #C861D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C861D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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