Html Css Color HEX #C03FEA Medium Orchid

📋 copy color: '#C03FEA'

red 192 ◦ green 63 ◦ blue 234

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

Shades of Medium Orchid #C03FEA

Tints of Medium Orchid #C03FEA

RGB

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

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

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

R = 39.26%
G = 12.88%
B = 47.85%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C03FEA (or 0xC03FEA) is known color: Medium Orchid. HEX triplet: C0, 3F and EA. RGB value is (192,63,234). Sum of RGB (Red+Green+Blue) = 192+63+234=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #C03FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C03FEA is #3FC015. Grayscale: #787878. Windows color (decimal): -4177942 or 15351744. OLE color: 15351744.

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

Color convert

RGB 192 63 234 -
CMYK 0.18 0.73 0 0.08
HSL 285.26º 0.8% 0.58% -
HSV(B) 285.26º 0.73% 0.92% -
XYZ 38.37 20.7 79.82 -
YUV 121.07 191.74 178.6 -
System Red Green Blue C M Y K H S L
Decimal 192 63 234 0.18 0.73 0 0.08 285.26 0.8 0.58
Hex C0 3F EA 12 49 0 8 11D 50 3A
Octal 300 77 352 22 111 0 10 435 120 72
Binary 11000000 111111 11101010 10010 1001001 0 1000 100011101 1010000 111010

Color Harmonies of #C03FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03FEA

Black with #C03FEA

Text Example


Text Example

White with #C03FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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