Html Css Color HEX #C05DEC Medium Orchid

📋 copy color: '#C05DEC'

red 192 ◦ green 93 ◦ blue 236

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

Shades of Medium Orchid #C05DEC

Tints of Medium Orchid #C05DEC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.85%

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 36.85%
G = 17.85%
B = 45.3%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C05DEC (or 0xC05DEC) is known color: Medium Orchid. HEX triplet: C0, 5D and EC. RGB value is (192,93,236). Sum of RGB (Red+Green+Blue) = 192+93+236=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #C05DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05DEC is #3FA213. Grayscale: #8A8A8A. Windows color (decimal): -4170260 or 15490496. OLE color: 15490496.

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

Color convert

RGB 192 93 236 -
CMYK 0.19 0.61 0 0.07
HSL 281.54º 0.79% 0.65% -
HSV(B) 281.54º 0.61% 0.93% -
XYZ 40.79 25.09 82.05 -
YUV 138.9 182.8 165.87 -
System Red Green Blue C M Y K H S L
Decimal 192 93 236 0.19 0.61 0 0.07 281.54 0.79 0.65
Hex C0 5D EC 13 3D 0 7 11A 4F 41
Octal 300 135 354 23 75 0 7 432 117 101
Binary 11000000 1011101 11101100 10011 111101 0 111 100011010 1001111 1000001

Color Harmonies of #C05DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DEC

Black with #C05DEC

Text Example


Text Example

White with #C05DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DEC; }

 p { color: rgb(192,93,236); }

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

background-color css

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

 a { background-color: rgb(192,93,236); }

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

border-color css

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

 span { border-color: rgb(192,93,236); }

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