Html Css Color HEX #C42FEA Medium Orchid

📋 copy color: '#C42FEA'

red 196 ◦ green 47 ◦ blue 234

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

Shades of Medium Orchid #C42FEA

Tints of Medium Orchid #C42FEA

RGB

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

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

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

R = 41.09%
G = 9.85%
B = 49.06%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C42FEA (or 0xC42FEA) is known color: Medium Orchid. HEX triplet: C4, 2F and EA. RGB value is (196,47,234). Sum of RGB (Red+Green+Blue) = 196+47+234=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 47 (18.75% from 255 or 9.85% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #C42FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42FEA is #3BD015. Grayscale: #707070. Windows color (decimal): -3919894 or 15347652. OLE color: 15347652.

HSL color Cylindrical-coordinate representation of color #C42FEA: hue angle of 287.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42FEA is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 47 234 -
CMYK 0.16 0.80 0 0.08
HSL 287.81º 0.82% 0.55% -
HSV(B) 287.81º 0.8% 0.92% -
XYZ 38.63 19.71 79.61 -
YUV 112.87 196.36 187.29 -
System Red Green Blue C M Y K H S L
Decimal 196 47 234 0.16 0.80 0 0.08 287.81 0.82 0.55
Hex C4 2F EA 10 50 0 8 120 52 37
Octal 304 57 352 20 120 0 10 440 122 67
Binary 11000100 101111 11101010 10000 1010000 0 1000 100100000 1010010 110111

Color Harmonies of #C42FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42FEA

Black with #C42FEA

Text Example


Text Example

White with #C42FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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