Html Css Color HEX #C05ECE Medium Orchid

📋 copy color: '#C05ECE'

red 192 ◦ green 94 ◦ blue 206

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

Shades of Medium Orchid #C05ECE

Tints of Medium Orchid #C05ECE

RGB

 RED value IS 192 (75.39% from 255) = 39.02%

 GREEN value IS 94 (37.11% from 255) = 19.11%

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 39.02%
G = 19.11%
B = 41.87%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C05ECE (or 0xC05ECE) is known color: Medium Orchid. HEX triplet: C0, 5E and CE. RGB value is (192,94,206). Sum of RGB (Red+Green+Blue) = 192+94+206=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #C05ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05ECE is #3FA131. Grayscale: #878787. Windows color (decimal): -4170034 or 13524672. OLE color: 13524672.

HSL color Cylindrical-coordinate representation of color #C05ECE: hue angle of 292.5º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05ECE is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 94 206 -
CMYK 0.07 0.54 0 0.19
HSL 292.5º 0.53% 0.59% -
HSV(B) 292.5º 0.54% 0.81% -
XYZ 36.88 23.67 61.02 -
YUV 136.07 167.47 167.89 -
System Red Green Blue C M Y K H S L
Decimal 192 94 206 0.07 0.54 0 0.19 292.5 0.53 0.59
Hex C0 5E CE 7 36 0 13 124 35 3B
Octal 300 136 316 7 66 0 23 444 65 73
Binary 11000000 1011110 11001110 111 110110 0 10011 100100100 110101 111011

Color Harmonies of #C05ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05ECE

Black with #C05ECE

Text Example


Text Example

White with #C05ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05ECE; }

 p { color: rgb(192,94,206); }

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

background-color css

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

 a { background-color: rgb(192,94,206); }

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

border-color css

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

 span { border-color: rgb(192,94,206); }

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