Html Css Color HEX #C760DC Medium Orchid

📋 copy color: '#C760DC'

red 199 ◦ green 96 ◦ blue 220

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

Shades of Medium Orchid #C760DC

Tints of Medium Orchid #C760DC

RGB

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

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

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

R = 38.64%
G = 18.64%
B = 42.72%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C760DC (or 0xC760DC) is known color: Medium Orchid. HEX triplet: C7, 60 and DC. RGB value is (199,96,220). Sum of RGB (Red+Green+Blue) = 199+96+220=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #C760DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760DC is #389F23. Grayscale: #8C8C8C. Windows color (decimal): -3710756 or 14442695. OLE color: 14442695.

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

Color convert

RGB 199 96 220 -
CMYK 0.10 0.56 0 0.14
HSL 289.84º 0.64% 0.62% -
HSV(B) 289.84º 0.56% 0.86% -
XYZ 40.65 25.68 70.52 -
YUV 140.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 199 96 220 0.10 0.56 0 0.14 289.84 0.64 0.62
Hex C7 60 DC A 38 0 E 122 40 3E
Octal 307 140 334 12 70 0 16 442 100 76
Binary 11000111 1100000 11011100 1010 111000 0 1110 100100010 1000000 111110

Color Harmonies of #C760DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760DC

Black with #C760DC

Text Example


Text Example

White with #C760DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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