Html Css Color HEX #C860DD Medium Orchid

📋 copy color: '#C860DD'

red 200 ◦ green 96 ◦ blue 221

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

Shades of Medium Orchid #C860DD

Tints of Medium Orchid #C860DD

RGB

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

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

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

R = 38.68%
G = 18.57%
B = 42.75%

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

#C860DD (or 0xC860DD) is known color: Medium Orchid. HEX triplet: C8, 60 and DD. RGB value is (200,96,221). Sum of RGB (Red+Green+Blue) = 200+96+221=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 96 (37.89% from 255 or 18.57% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #C860DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860DD is #379F22. Grayscale: #8C8C8C. Windows color (decimal): -3645219 or 14508232. OLE color: 14508232.

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

Color convert

RGB 200 96 221 -
CMYK 0.10 0.57 0 0.13
HSL 289.92º 0.65% 0.62% -
HSV(B) 289.92º 0.57% 0.87% -
XYZ 41.05 25.87 71.24 -
YUV 141.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 200 96 221 0.10 0.57 0 0.13 289.92 0.65 0.62
Hex C8 60 DD A 39 0 D 122 41 3E
Octal 310 140 335 12 71 0 15 442 101 76
Binary 11001000 1100000 11011101 1010 111001 0 1101 100100010 1000001 111110

Color Harmonies of #C860DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C860DD

Black with #C860DD

Text Example


Text Example

White with #C860DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C860DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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