Html Css Color HEX #C760EA Medium Orchid

📋 copy color: '#C760EA'

red 199 ◦ green 96 ◦ blue 234

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

Shades of Medium Orchid #C760EA

Tints of Medium Orchid #C760EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 37.62%
G = 18.15%
B = 44.23%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C760EA (or 0xC760EA) is known color: Medium Orchid. HEX triplet: C7, 60 and EA. RGB value is (199,96,234). Sum of RGB (Red+Green+Blue) = 199+96+234=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #C760EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C760EA is #389F15. Grayscale: #8E8E8E. Windows color (decimal): -3710742 or 15360199. OLE color: 15360199.

HSL color Cylindrical-coordinate representation of color #C760EA: hue angle of 284.78º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C760EA is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 96 234 -
CMYK 0.15 0.59 0 0.08
HSL 284.78º 0.77% 0.65% -
HSV(B) 284.78º 0.59% 0.92% -
XYZ 42.59 26.45 80.7 -
YUV 142.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 199 96 234 0.15 0.59 0 0.08 284.78 0.77 0.65
Hex C7 60 EA F 3B 0 8 11D 4D 41
Octal 307 140 352 17 73 0 10 435 115 101
Binary 11000111 1100000 11101010 1111 111011 0 1000 100011101 1001101 1000001

Color Harmonies of #C760EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760EA

Black with #C760EA

Text Example


Text Example

White with #C760EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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