Html Css Color HEX #C763DD Medium Orchid

📋 copy color: '#C763DD'

red 199 ◦ green 99 ◦ blue 221

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

Shades of Medium Orchid #C763DD

Tints of Medium Orchid #C763DD

RGB

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

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

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

R = 38.34%
G = 19.08%
B = 42.58%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C763DD (or 0xC763DD) is known color: Medium Orchid. HEX triplet: C7, 63 and DD. RGB value is (199,99,221). Sum of RGB (Red+Green+Blue) = 199+99+221=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #C763DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C763DD is #389C22. Grayscale: #8E8E8E. Windows color (decimal): -3709987 or 14508999. OLE color: 14508999.

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

Color convert

RGB 199 99 221 -
CMYK 0.10 0.55 0 0.13
HSL 289.18º 0.64% 0.63% -
HSV(B) 289.18º 0.55% 0.87% -
XYZ 41.07 26.29 71.32 -
YUV 142.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 199 99 221 0.10 0.55 0 0.13 289.18 0.64 0.63
Hex C7 63 DD A 37 0 D 121 40 3F
Octal 307 143 335 12 67 0 15 441 100 77
Binary 11000111 1100011 11011101 1010 110111 0 1101 100100001 1000000 111111

Color Harmonies of #C763DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C763DD

Black with #C763DD

Text Example


Text Example

White with #C763DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C763DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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