Html Css Color HEX #C43ED5 Medium Orchid

📋 copy color: '#C43ED5'

red 196 ◦ green 62 ◦ blue 213

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

Shades of Medium Orchid #C43ED5

Tints of Medium Orchid #C43ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.22%

R = 41.61%
G = 13.16%
B = 45.22%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C43ED5 (or 0xC43ED5) is known color: Medium Orchid. HEX triplet: C4, 3E and D5. RGB value is (196,62,213). Sum of RGB (Red+Green+Blue) = 196+62+213=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #C43ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43ED5 is #3BC12A. Grayscale: #767676. Windows color (decimal): -3916075 or 13975236. OLE color: 13975236.

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

Color convert

RGB 196 62 213 -
CMYK 0.08 0.71 0 0.16
HSL 293.25º 0.64% 0.54% -
HSV(B) 293.25º 0.71% 0.84% -
XYZ 36.5 19.99 64.88 -
YUV 119.28 180.89 182.72 -
System Red Green Blue C M Y K H S L
Decimal 196 62 213 0.08 0.71 0 0.16 293.25 0.64 0.54
Hex C4 3E D5 8 47 0 10 125 40 36
Octal 304 76 325 10 107 0 20 445 100 66
Binary 11000100 111110 11010101 1000 1000111 0 10000 100100101 1000000 110110

Color Harmonies of #C43ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43ED5

Black with #C43ED5

Text Example


Text Example

White with #C43ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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