Html Css Color HEX #C761DD Medium Orchid

📋 copy color: '#C761DD'

red 199 ◦ green 97 ◦ blue 221

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

Shades of Medium Orchid #C761DD

Tints of Medium Orchid #C761DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.76%

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

R = 38.49%
G = 18.76%
B = 42.75%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C761DD (or 0xC761DD) is known color: Medium Orchid. HEX triplet: C7, 61 and DD. RGB value is (199,97,221). Sum of RGB (Red+Green+Blue) = 199+97+221=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 97 (38.28% from 255 or 18.76% 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 #C761DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C761DD is #389E22. Grayscale: #8D8D8D. Windows color (decimal): -3710499 or 14508487. OLE color: 14508487.

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

Color convert

RGB 199 97 221 -
CMYK 0.10 0.56 0 0.13
HSL 289.35º 0.65% 0.62% -
HSV(B) 289.35º 0.56% 0.87% -
XYZ 40.88 25.91 71.25 -
YUV 141.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 199 97 221 0.10 0.56 0 0.13 289.35 0.65 0.62
Hex C7 61 DD A 38 0 D 121 41 3E
Octal 307 141 335 12 70 0 15 441 101 76
Binary 11000111 1100001 11011101 1010 111000 0 1101 100100001 1000001 111110

Color Harmonies of #C761DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C761DD

Black with #C761DD

Text Example


Text Example

White with #C761DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C761DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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