Html Css Color HEX #C05DEA Medium Orchid

📋 copy color: '#C05DEA'

red 192 ◦ green 93 ◦ blue 234

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

Shades of Medium Orchid #C05DEA

Tints of Medium Orchid #C05DEA

RGB

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

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

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

R = 36.99%
G = 17.92%
B = 45.09%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C05DEA (or 0xC05DEA) is known color: Medium Orchid. HEX triplet: C0, 5D and EA. RGB value is (192,93,234). Sum of RGB (Red+Green+Blue) = 192+93+234=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #C05DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05DEA is #3FA215. Grayscale: #8A8A8A. Windows color (decimal): -4170262 or 15359424. OLE color: 15359424.

HSL color Cylindrical-coordinate representation of color #C05DEA: hue angle of 282.13º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C05DEA is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 93 234 -
CMYK 0.18 0.60 0 0.08
HSL 282.13º 0.77% 0.64% -
HSV(B) 282.13º 0.6% 0.92% -
XYZ 40.5 24.98 80.53 -
YUV 138.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 192 93 234 0.18 0.60 0 0.08 282.13 0.77 0.64
Hex C0 5D EA 12 3C 0 8 11A 4D 40
Octal 300 135 352 22 74 0 10 432 115 100
Binary 11000000 1011101 11101010 10010 111100 0 1000 100011010 1001101 1000000

Color Harmonies of #C05DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05DEA

Black with #C05DEA

Text Example


Text Example

White with #C05DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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