Html Css Color HEX #C763DC Medium Orchid

📋 copy color: '#C763DC'

red 199 ◦ green 99 ◦ blue 220

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

Shades of Medium Orchid #C763DC

Tints of Medium Orchid #C763DC

RGB

 RED value IS 199 (78.13% from 255) = 38.42%

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

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

R = 38.42%
G = 19.11%
B = 42.47%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C763DC (or 0xC763DC) is known color: Medium Orchid. HEX triplet: C7, 63 and DC. RGB value is (199,99,220). Sum of RGB (Red+Green+Blue) = 199+99+220=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #C763DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763DC is #389C23. Grayscale: #8E8E8E. Windows color (decimal): -3709988 or 14443463. OLE color: 14443463.

HSL color Cylindrical-coordinate representation of color #C763DC: hue angle of 289.59º 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 #C763DC is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 99 220 -
CMYK 0.10 0.55 0 0.14
HSL 289.59º 0.63% 0.63% -
HSV(B) 289.59º 0.55% 0.86% -
XYZ 40.93 26.23 70.62 -
YUV 142.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 199 99 220 0.10 0.55 0 0.14 289.59 0.63 0.63
Hex C7 63 DC A 37 0 E 122 3F 3F
Octal 307 143 334 12 67 0 16 442 77 77
Binary 11000111 1100011 11011100 1010 110111 0 1110 100100010 111111 111111

Color Harmonies of #C763DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C763DC

Black with #C763DC

Text Example


Text Example

White with #C763DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C763DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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