Html Css Color HEX #C860D5 Medium Orchid

📋 copy color: '#C860D5'

red 200 ◦ green 96 ◦ blue 213

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

Shades of Medium Orchid #C860D5

Tints of Medium Orchid #C860D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.85%

R = 39.29%
G = 18.86%
B = 41.85%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C860D5 (or 0xC860D5) is known color: Medium Orchid. HEX triplet: C8, 60 and D5. RGB value is (200,96,213). Sum of RGB (Red+Green+Blue) = 200+96+213=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #C860D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860D5 is #379F2A. Grayscale: #8C8C8C. Windows color (decimal): -3645227 or 13983944. OLE color: 13983944.

HSL color Cylindrical-coordinate representation of color #C860D5: hue angle of 293.33º degrees, saturation: 0.58, 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 #C860D5 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 96 213 -
CMYK 0.06 0.55 0 0.16
HSL 293.33º 0.58% 0.61% -
HSV(B) 293.33º 0.55% 0.84% -
XYZ 40.01 25.45 65.75 -
YUV 140.43 168.96 170.49 -
System Red Green Blue C M Y K H S L
Decimal 200 96 213 0.06 0.55 0 0.16 293.33 0.58 0.61
Hex C8 60 D5 6 37 0 10 125 3A 3D
Octal 310 140 325 6 67 0 20 445 72 75
Binary 11001000 1100000 11010101 110 110111 0 10000 100100101 111010 111101

Color Harmonies of #C860D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C860D5

Black with #C860D5

Text Example


Text Example

White with #C860D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C860D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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