Html Css Color HEX #C760E1 Medium Orchid

📋 copy color: '#C760E1'

red 199 ◦ green 96 ◦ blue 225

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

Shades of Medium Orchid #C760E1

Tints of Medium Orchid #C760E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.27%

R = 38.27%
G = 18.46%
B = 43.27%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C760E1 (or 0xC760E1) is known color: Medium Orchid. HEX triplet: C7, 60 and E1. RGB value is (199,96,225). Sum of RGB (Red+Green+Blue) = 199+96+225=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 96 (37.89% from 255 or 18.46% from 520); Blue value is 225 (88.28% from 255 or 43.27% from 520); Max value from RGB is 225 - color contains mainly: blue. Hex color #C760E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760E1 is #389F1E. Grayscale: #8D8D8D. Windows color (decimal): -3710751 or 14770375. OLE color: 14770375.

HSL color Cylindrical-coordinate representation of color #C760E1: hue angle of 287.91º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C760E1 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 199 96 225 -
CMYK 0.12 0.57 0 0.12
HSL 287.91º 0.68% 0.63% -
HSV(B) 287.91º 0.57% 0.88% -
XYZ 41.33 25.94 74.06 -
YUV 141.5 175.12 169.01 -
System Red Green Blue C M Y K H S L
Decimal 199 96 225 0.12 0.57 0 0.12 287.91 0.68 0.63
Hex C7 60 E1 C 39 0 C 120 44 3F
Octal 307 140 341 14 71 0 14 440 104 77
Binary 11000111 1100000 11100001 1100 111001 0 1100 100100000 1000100 111111

Color Harmonies of #C760E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760E1

Black with #C760E1

Text Example


Text Example

White with #C760E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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