Html Css Color HEX #C03CEA Medium Orchid

📋 copy color: '#C03CEA'

red 192 ◦ green 60 ◦ blue 234

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

Shades of Medium Orchid #C03CEA

Tints of Medium Orchid #C03CEA

RGB

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

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

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

R = 39.51%
G = 12.35%
B = 48.15%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C03CEA (or 0xC03CEA) is known color: Medium Orchid. HEX triplet: C0, 3C and EA. RGB value is (192,60,234). Sum of RGB (Red+Green+Blue) = 192+60+234=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #C03CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03CEA is #3FC315. Grayscale: #767676. Windows color (decimal): -4178710 or 15350976. OLE color: 15350976.

HSL color Cylindrical-coordinate representation of color #C03CEA: hue angle of 285.52º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03CEA is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 60 234 -
CMYK 0.18 0.74 0 0.08
HSL 285.52º 0.81% 0.58% -
HSV(B) 285.52º 0.74% 0.92% -
XYZ 38.21 20.38 79.76 -
YUV 119.3 192.73 179.85 -
System Red Green Blue C M Y K H S L
Decimal 192 60 234 0.18 0.74 0 0.08 285.52 0.81 0.58
Hex C0 3C EA 12 4A 0 8 11E 51 3A
Octal 300 74 352 22 112 0 10 436 121 72
Binary 11000000 111100 11101010 10010 1001010 0 1000 100011110 1010001 111010

Color Harmonies of #C03CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03CEA

Black with #C03CEA

Text Example


Text Example

White with #C03CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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