Html Css Color HEX #C760EF Medium Orchid

📋 copy color: '#C760EF'

red 199 ◦ green 96 ◦ blue 239

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

Shades of Medium Orchid #C760EF

Tints of Medium Orchid #C760EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 37.27%
G = 17.98%
B = 44.76%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C760EF (or 0xC760EF) is known color: Medium Orchid. HEX triplet: C7, 60 and EF. RGB value is (199,96,239). Sum of RGB (Red+Green+Blue) = 199+96+239=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #C760EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C760EF is #389F10. Grayscale: #8E8E8E. Windows color (decimal): -3710737 or 15687879. OLE color: 15687879.

HSL color Cylindrical-coordinate representation of color #C760EF: hue angle of 283.22º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C760EF is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 96 239 -
CMYK 0.17 0.60 0 0.06
HSL 283.22º 0.82% 0.66% -
HSV(B) 283.22º 0.6% 0.94% -
XYZ 43.32 26.74 84.54 -
YUV 143.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 199 96 239 0.17 0.60 0 0.06 283.22 0.82 0.66
Hex C7 60 EF 11 3C 0 6 11B 52 42
Octal 307 140 357 21 74 0 6 433 122 102
Binary 11000111 1100000 11101111 10001 111100 0 110 100011011 1010010 1000010

Color Harmonies of #C760EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760EF

Black with #C760EF

Text Example


Text Example

White with #C760EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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