Html Css Color HEX #C42DEA Medium Orchid

📋 copy color: '#C42DEA'

red 196 ◦ green 45 ◦ blue 234

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

Shades of Medium Orchid #C42DEA

Tints of Medium Orchid #C42DEA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.47%

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

R = 41.26%
G = 9.47%
B = 49.26%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C42DEA (or 0xC42DEA) is known color: Medium Orchid. HEX triplet: C4, 2D and EA. RGB value is (196,45,234). Sum of RGB (Red+Green+Blue) = 196+45+234=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #C42DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C42DEA is #3BD215. Grayscale: #6F6F6F. Windows color (decimal): -3920406 or 15347140. OLE color: 15347140.

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

Color convert

RGB 196 45 234 -
CMYK 0.16 0.81 0 0.08
HSL 287.94º 0.82% 0.55% -
HSV(B) 287.94º 0.81% 0.92% -
XYZ 38.55 19.55 79.58 -
YUV 111.7 197.03 188.13 -
System Red Green Blue C M Y K H S L
Decimal 196 45 234 0.16 0.81 0 0.08 287.94 0.82 0.55
Hex C4 2D EA 10 51 0 8 120 52 37
Octal 304 55 352 20 121 0 10 440 122 67
Binary 11000100 101101 11101010 10000 1010001 0 1000 100100000 1010010 110111

Color Harmonies of #C42DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42DEA

Black with #C42DEA

Text Example


Text Example

White with #C42DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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