Html Css Color HEX #C42FEC Medium Orchid

📋 copy color: '#C42FEC'

red 196 ◦ green 47 ◦ blue 236

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

Shades of Medium Orchid #C42FEC

Tints of Medium Orchid #C42FEC

RGB

 RED value IS 196 (76.95% from 255) = 40.92%

 GREEN value IS 47 (18.75% from 255) = 9.81%

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 40.92%
G = 9.81%
B = 49.27%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C42FEC (or 0xC42FEC) is known color: Medium Orchid. HEX triplet: C4, 2F and EC. RGB value is (196,47,236). Sum of RGB (Red+Green+Blue) = 196+47+236=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 47 (18.75% from 255 or 9.81% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #C42FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42FEC is #3BD013. Grayscale: #707070. Windows color (decimal): -3919892 or 15478724. OLE color: 15478724.

HSL color Cylindrical-coordinate representation of color #C42FEC: hue angle of 287.3º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42FEC is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 47 236 -
CMYK 0.17 0.80 0 0.07
HSL 287.3º 0.83% 0.55% -
HSV(B) 287.3º 0.8% 0.93% -
XYZ 38.92 19.82 81.13 -
YUV 113.1 197.36 187.13 -
System Red Green Blue C M Y K H S L
Decimal 196 47 236 0.17 0.80 0 0.07 287.3 0.83 0.55
Hex C4 2F EC 11 50 0 7 11F 53 37
Octal 304 57 354 21 120 0 7 437 123 67
Binary 11000100 101111 11101100 10001 1010000 0 111 100011111 1010011 110111

Color Harmonies of #C42FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FEC

Black with #C42FEC

Text Example


Text Example

White with #C42FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FEC; }

 p { color: rgb(196,47,236); }

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

background-color css

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

 a { background-color: rgb(196,47,236); }

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

border-color css

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

 span { border-color: rgb(196,47,236); }

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