Html Css Color HEX #C03DEF Medium Orchid

📋 copy color: '#C03DEF'

red 192 ◦ green 61 ◦ blue 239

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

Shades of Medium Orchid #C03DEF

Tints of Medium Orchid #C03DEF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.4%

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

R = 39.02%
G = 12.4%
B = 48.58%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C03DEF (or 0xC03DEF) is known color: Medium Orchid. HEX triplet: C0, 3D and EF. RGB value is (192,61,239). Sum of RGB (Red+Green+Blue) = 192+61+239=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #C03DEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03DEF is #3FC210. Grayscale: #777777. Windows color (decimal): -4178449 or 15678912. OLE color: 15678912.

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

Color convert

RGB 192 61 239 -
CMYK 0.20 0.74 0 0.06
HSL 284.16º 0.85% 0.59% -
HSV(B) 284.16º 0.74% 0.94% -
XYZ 38.99 20.78 83.62 -
YUV 120.46 194.9 179.03 -
System Red Green Blue C M Y K H S L
Decimal 192 61 239 0.20 0.74 0 0.06 284.16 0.85 0.59
Hex C0 3D EF 14 4A 0 6 11C 55 3B
Octal 300 75 357 24 112 0 6 434 125 73
Binary 11000000 111101 11101111 10100 1001010 0 110 100011100 1010101 111011

Color Harmonies of #C03DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03DEF

Black with #C03DEF

Text Example


Text Example

White with #C03DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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