Html Css Color HEX #C03CEF Medium Orchid

📋 copy color: '#C03CEF'

red 192 ◦ green 60 ◦ blue 239

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

Shades of Medium Orchid #C03CEF

Tints of Medium Orchid #C03CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.22%

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 39.1%
G = 12.22%
B = 48.68%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C03CEF (or 0xC03CEF) is known color: Medium Orchid. HEX triplet: C0, 3C and EF. RGB value is (192,60,239). Sum of RGB (Red+Green+Blue) = 192+60+239=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #C03CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03CEF is #3FC310. Grayscale: #777777. Windows color (decimal): -4178705 or 15678656. OLE color: 15678656.

HSL color Cylindrical-coordinate representation of color #C03CEF: hue angle of 284.25º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03CEF is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 60 239 -
CMYK 0.20 0.75 0 0.06
HSL 284.25º 0.85% 0.59% -
HSV(B) 284.25º 0.75% 0.94% -
XYZ 38.93 20.67 83.6 -
YUV 119.87 195.23 179.45 -
System Red Green Blue C M Y K H S L
Decimal 192 60 239 0.20 0.75 0 0.06 284.25 0.85 0.59
Hex C0 3C EF 14 4B 0 6 11C 55 3B
Octal 300 74 357 24 113 0 6 434 125 73
Binary 11000000 111100 11101111 10100 1001011 0 110 100011100 1010101 111011

Color Harmonies of #C03CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CEF

Black with #C03CEF

Text Example


Text Example

White with #C03CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CEF; }

 p { color: rgb(192,60,239); }

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

background-color css

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

 a { background-color: rgb(192,60,239); }

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

border-color css

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

 span { border-color: rgb(192,60,239); }

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