Html Css Color HEX #C863D0 Medium Orchid

📋 copy color: '#C863D0'

red 200 ◦ green 99 ◦ blue 208

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

Shades of Medium Orchid #C863D0

Tints of Medium Orchid #C863D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.03%

R = 39.45%
G = 19.53%
B = 41.03%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C863D0 (or 0xC863D0) is known color: Medium Orchid. HEX triplet: C8, 63 and D0. RGB value is (200,99,208). Sum of RGB (Red+Green+Blue) = 200+99+208=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 99 (39.06% from 255 or 19.53% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #C863D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C863D0 is #379C2F. Grayscale: #8D8D8D. Windows color (decimal): -3644464 or 13657032. OLE color: 13657032.

HSL color Cylindrical-coordinate representation of color #C863D0: hue angle of 295.6º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C863D0 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 99 208 -
CMYK 0.04 0.52 0 0.18
HSL 295.6º 0.54% 0.6% -
HSV(B) 295.6º 0.52% 0.82% -
XYZ 39.67 25.76 62.56 -
YUV 141.63 165.46 169.64 -
System Red Green Blue C M Y K H S L
Decimal 200 99 208 0.04 0.52 0 0.18 295.6 0.54 0.6
Hex C8 63 D0 4 34 0 12 128 36 3C
Octal 310 143 320 4 64 0 22 450 66 74
Binary 11001000 1100011 11010000 100 110100 0 10010 100101000 110110 111100

Color Harmonies of #C863D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C863D0

Black with #C863D0

Text Example


Text Example

White with #C863D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C863D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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