Html Css Color HEX #C42EEA Medium Orchid

📋 copy color: '#C42EEA'

red 196 ◦ green 46 ◦ blue 234

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

Shades of Medium Orchid #C42EEA

Tints of Medium Orchid #C42EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.66%

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

R = 41.18%
G = 9.66%
B = 49.16%

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

#C42EEA (or 0xC42EEA) is known color: Medium Orchid. HEX triplet: C4, 2E and EA. RGB value is (196,46,234). Sum of RGB (Red+Green+Blue) = 196+46+234=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 46 (18.36% from 255 or 9.66% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #C42EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42EEA is #3BD115. Grayscale: #6F6F6F. Windows color (decimal): -3920150 or 15347396. OLE color: 15347396.

HSL color Cylindrical-coordinate representation of color #C42EEA: hue angle of 287.87º 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 #C42EEA is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 46 234 -
CMYK 0.16 0.80 0 0.08
HSL 287.87º 0.82% 0.55% -
HSV(B) 287.87º 0.8% 0.92% -
XYZ 38.59 19.63 79.6 -
YUV 112.28 196.7 187.71 -
System Red Green Blue C M Y K H S L
Decimal 196 46 234 0.16 0.80 0 0.08 287.87 0.82 0.55
Hex C4 2E EA 10 50 0 8 120 52 37
Octal 304 56 352 20 120 0 10 440 122 67
Binary 11000100 101110 11101010 10000 1010000 0 1000 100100000 1010010 110111

Color Harmonies of #C42EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42EEA

Black with #C42EEA

Text Example


Text Example

White with #C42EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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