Html Css Color HEX #C760ED Medium Orchid

📋 copy color: '#C760ED'

red 199 ◦ green 96 ◦ blue 237

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

Shades of Medium Orchid #C760ED

Tints of Medium Orchid #C760ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 37.41%
G = 18.05%
B = 44.55%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C760ED (or 0xC760ED) is known color: Medium Orchid. HEX triplet: C7, 60 and ED. RGB value is (199,96,237). Sum of RGB (Red+Green+Blue) = 199+96+237=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #C760ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C760ED is #389F12. Grayscale: #8E8E8E. Windows color (decimal): -3710739 or 15556807. OLE color: 15556807.

HSL color Cylindrical-coordinate representation of color #C760ED: hue angle of 283.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C760ED is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 96 237 -
CMYK 0.16 0.59 0 0.07
HSL 283.83º 0.8% 0.65% -
HSV(B) 283.83º 0.59% 0.93% -
XYZ 43.02 26.62 82.99 -
YUV 142.87 181.12 168.04 -
System Red Green Blue C M Y K H S L
Decimal 199 96 237 0.16 0.59 0 0.07 283.83 0.8 0.65
Hex C7 60 ED 10 3B 0 7 11C 50 41
Octal 307 140 355 20 73 0 7 434 120 101
Binary 11000111 1100000 11101101 10000 111011 0 111 100011100 1010000 1000001

Color Harmonies of #C760ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760ED

Black with #C760ED

Text Example


Text Example

White with #C760ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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