Html Css Color HEX #C43ED4 Medium Orchid

📋 copy color: '#C43ED4'

red 196 ◦ green 62 ◦ blue 212

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

Shades of Medium Orchid #C43ED4

Tints of Medium Orchid #C43ED4

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.19%

 BLUE value IS 212 (83.2% from 255) = 45.11%

R = 41.7%
G = 13.19%
B = 45.11%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C43ED4 (or 0xC43ED4) is known color: Medium Orchid. HEX triplet: C4, 3E and D4. RGB value is (196,62,212). Sum of RGB (Red+Green+Blue) = 196+62+212=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 62 (24.61% from 255 or 13.19% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 212 - color contains mainly: blue. Hex color #C43ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ED4 is #3BC12B. Grayscale: #767676. Windows color (decimal): -3916076 or 13909700. OLE color: 13909700.

HSL color Cylindrical-coordinate representation of color #C43ED4: hue angle of 293.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43ED4 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 62 212 -
CMYK 0.08 0.71 0 0.17
HSL 293.6º 0.64% 0.54% -
HSV(B) 293.6º 0.71% 0.83% -
XYZ 36.37 19.93 64.22 -
YUV 119.17 180.39 182.8 -
System Red Green Blue C M Y K H S L
Decimal 196 62 212 0.08 0.71 0 0.17 293.6 0.64 0.54
Hex C4 3E D4 8 47 0 11 126 40 36
Octal 304 76 324 10 107 0 21 446 100 66
Binary 11000100 111110 11010100 1000 1000111 0 10001 100100110 1000000 110110

Color Harmonies of #C43ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43ED4

Black with #C43ED4

Text Example


Text Example

White with #C43ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43ED4; }

 p { color: rgb(196,62,212); }

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

background-color css

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

 a { background-color: rgb(196,62,212); }

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

border-color css

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

 span { border-color: rgb(196,62,212); }

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