Html Css Color HEX #C042F4 Medium Orchid

📋 copy color: '#C042F4'

red 192 ◦ green 66 ◦ blue 244

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

Shades of Medium Orchid #C042F4

Tints of Medium Orchid #C042F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.61%

R = 38.25%
G = 13.15%
B = 48.61%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C042F4 (or 0xC042F4) is known color: Medium Orchid. HEX triplet: C0, 42 and F4. RGB value is (192,66,244). Sum of RGB (Red+Green+Blue) = 192+66+244=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #C042F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C042F4 is #3FBD0B. Grayscale: #7B7B7B. Windows color (decimal): -4177164 or 16007872. OLE color: 16007872.

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

Color convert

RGB 192 66 244 -
CMYK 0.21 0.73 0 0.04
HSL 282.47º 0.89% 0.61% -
HSV(B) 282.47º 0.73% 0.96% -
XYZ 40.02 21.63 87.65 -
YUV 123.97 195.74 176.53 -
System Red Green Blue C M Y K H S L
Decimal 192 66 244 0.21 0.73 0 0.04 282.47 0.89 0.61
Hex C0 42 F4 15 49 0 4 11A 59 3D
Octal 300 102 364 25 111 0 4 432 131 75
Binary 11000000 1000010 11110100 10101 1001001 0 100 100011010 1011001 111101

Color Harmonies of #C042F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042F4

Black with #C042F4

Text Example


Text Example

White with #C042F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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