Html Css Color HEX #C760DD Medium Orchid

📋 copy color: '#C760DD'

red 199 ◦ green 96 ◦ blue 221

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

Shades of Medium Orchid #C760DD

Tints of Medium Orchid #C760DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.6%

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

R = 38.57%
G = 18.6%
B = 42.83%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C760DD (or 0xC760DD) is known color: Medium Orchid. HEX triplet: C7, 60 and DD. RGB value is (199,96,221). Sum of RGB (Red+Green+Blue) = 199+96+221=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #C760DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760DD is #389F22. Grayscale: #8C8C8C. Windows color (decimal): -3710755 or 14508231. OLE color: 14508231.

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

Color convert

RGB 199 96 221 -
CMYK 0.10 0.57 0 0.13
HSL 289.44º 0.65% 0.62% -
HSV(B) 289.44º 0.57% 0.87% -
XYZ 40.79 25.73 71.22 -
YUV 141.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 199 96 221 0.10 0.57 0 0.13 289.44 0.65 0.62
Hex C7 60 DD A 39 0 D 121 41 3E
Octal 307 140 335 12 71 0 15 441 101 76
Binary 11000111 1100000 11011101 1010 111001 0 1101 100100001 1000001 111110

Color Harmonies of #C760DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760DD

Black with #C760DD

Text Example


Text Example

White with #C760DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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