Html Css Color HEX #C05EDC Medium Orchid

📋 copy color: '#C05EDC'

red 192 ◦ green 94 ◦ blue 220

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

Shades of Medium Orchid #C05EDC

Tints of Medium Orchid #C05EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.48%

R = 37.94%
G = 18.58%
B = 43.48%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C05EDC (or 0xC05EDC) is known color: Medium Orchid. HEX triplet: C0, 5E and DC. RGB value is (192,94,220). Sum of RGB (Red+Green+Blue) = 192+94+220=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 94 (37.11% from 255 or 18.58% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #C05EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05EDC is #3FA123. Grayscale: #898989. Windows color (decimal): -4170020 or 14442176. OLE color: 14442176.

HSL color Cylindrical-coordinate representation of color #C05EDC: hue angle of 286.67º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05EDC is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 94 220 -
CMYK 0.13 0.57 0 0.14
HSL 286.67º 0.64% 0.62% -
HSV(B) 286.67º 0.57% 0.86% -
XYZ 38.66 24.38 70.38 -
YUV 137.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 192 94 220 0.13 0.57 0 0.14 286.67 0.64 0.62
Hex C0 5E DC D 39 0 E 11F 40 3E
Octal 300 136 334 15 71 0 16 437 100 76
Binary 11000000 1011110 11011100 1101 111001 0 1110 100011111 1000000 111110

Color Harmonies of #C05EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05EDC

Black with #C05EDC

Text Example


Text Example

White with #C05EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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