Html Css Color HEX #C03FED Medium Orchid

📋 copy color: '#C03FED'

red 192 ◦ green 63 ◦ blue 237

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

Shades of Medium Orchid #C03FED

Tints of Medium Orchid #C03FED

RGB

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

 GREEN value IS 63 (25% from 255) = 12.8%

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 39.02%
G = 12.8%
B = 48.17%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C03FED (or 0xC03FED) is known color: Medium Orchid. HEX triplet: C0, 3F and ED. RGB value is (192,63,237). Sum of RGB (Red+Green+Blue) = 192+63+237=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #C03FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03FED is #3FC012. Grayscale: #787878. Windows color (decimal): -4177939 or 15548352. OLE color: 15548352.

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

Color convert

RGB 192 63 237 -
CMYK 0.19 0.73 0 0.07
HSL 284.48º 0.83% 0.59% -
HSV(B) 284.48º 0.73% 0.93% -
XYZ 38.8 20.88 82.11 -
YUV 121.41 193.24 178.35 -
System Red Green Blue C M Y K H S L
Decimal 192 63 237 0.19 0.73 0 0.07 284.48 0.83 0.59
Hex C0 3F ED 13 49 0 7 11C 53 3B
Octal 300 77 355 23 111 0 7 434 123 73
Binary 11000000 111111 11101101 10011 1001001 0 111 100011100 1010011 111011

Color Harmonies of #C03FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03FED

Black with #C03FED

Text Example


Text Example

White with #C03FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03FED; }

 p { color: rgb(192,63,237); }

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

background-color css

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

 a { background-color: rgb(192,63,237); }

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

border-color css

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

 span { border-color: rgb(192,63,237); }

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