Html Css Color HEX #C042F3 Medium Orchid

📋 copy color: '#C042F3'

red 192 ◦ green 66 ◦ blue 243

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

Shades of Medium Orchid #C042F3

Tints of Medium Orchid #C042F3

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.17%

 BLUE value IS 243 (95.31% from 255) = 48.5%

R = 38.32%
G = 13.17%
B = 48.5%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C042F3 (or 0xC042F3) is known color: Medium Orchid. HEX triplet: C0, 42 and F3. RGB value is (192,66,243). Sum of RGB (Red+Green+Blue) = 192+66+243=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 66 (26.17% from 255 or 13.17% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #C042F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C042F3 is #3FBD0C. Grayscale: #7B7B7B. Windows color (decimal): -4177165 or 15942336. OLE color: 15942336.

HSL color Cylindrical-coordinate representation of color #C042F3: hue angle of 282.71º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C042F3 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 66 243 -
CMYK 0.21 0.73 0 0.05
HSL 282.71º 0.88% 0.61% -
HSV(B) 282.71º 0.73% 0.95% -
XYZ 39.86 21.57 86.86 -
YUV 123.85 195.24 176.61 -
System Red Green Blue C M Y K H S L
Decimal 192 66 243 0.21 0.73 0 0.05 282.71 0.88 0.61
Hex C0 42 F3 15 49 0 5 11B 58 3D
Octal 300 102 363 25 111 0 5 433 130 75
Binary 11000000 1000010 11110011 10101 1001001 0 101 100011011 1011000 111101

Color Harmonies of #C042F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042F3

Black with #C042F3

Text Example


Text Example

White with #C042F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042F3; }

 p { color: rgb(192,66,243); }

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

background-color css

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

 a { background-color: rgb(192,66,243); }

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

border-color css

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

 span { border-color: rgb(192,66,243); }

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