Html Css Color HEX #C863DC Medium Orchid

📋 copy color: '#C863DC'

red 200 ◦ green 99 ◦ blue 220

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

Shades of Medium Orchid #C863DC

Tints of Medium Orchid #C863DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.08%

 BLUE value IS 220 (86.33% from 255) = 42.39%

R = 38.54%
G = 19.08%
B = 42.39%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C863DC (or 0xC863DC) is known color: Medium Orchid. HEX triplet: C8, 63 and DC. RGB value is (200,99,220). Sum of RGB (Red+Green+Blue) = 200+99+220=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #C863DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863DC is #379C23. Grayscale: #8E8E8E. Windows color (decimal): -3644452 or 14443464. OLE color: 14443464.

HSL color Cylindrical-coordinate representation of color #C863DC: hue angle of 290.08º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C863DC is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 99 220 -
CMYK 0.09 0.55 0 0.14
HSL 290.08º 0.63% 0.63% -
HSV(B) 290.08º 0.55% 0.86% -
XYZ 41.2 26.37 70.63 -
YUV 142.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 200 99 220 0.09 0.55 0 0.14 290.08 0.63 0.63
Hex C8 63 DC 9 37 0 E 122 3F 3F
Octal 310 143 334 11 67 0 16 442 77 77
Binary 11001000 1100011 11011100 1001 110111 0 1110 100100010 111111 111111

Color Harmonies of #C863DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C863DC

Black with #C863DC

Text Example


Text Example

White with #C863DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C863DC; }

 p { color: rgb(200,99,220); }

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

background-color css

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

 a { background-color: rgb(200,99,220); }

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

border-color css

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

 span { border-color: rgb(200,99,220); }

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