Html Css Color HEX #C43FD5 Medium Orchid

📋 copy color: '#C43FD5'

red 196 ◦ green 63 ◦ blue 213

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

Shades of Medium Orchid #C43FD5

Tints of Medium Orchid #C43FD5

RGB

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

 GREEN value IS 63 (25% from 255) = 13.35%

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

R = 41.53%
G = 13.35%
B = 45.13%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C43FD5 (or 0xC43FD5) is known color: Medium Orchid. HEX triplet: C4, 3F and D5. RGB value is (196,63,213). Sum of RGB (Red+Green+Blue) = 196+63+213=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 63 (25% from 255 or 13.35% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #C43FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FD5 is #3BC02A. Grayscale: #777777. Windows color (decimal): -3915819 or 13975492. OLE color: 13975492.

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

Color convert

RGB 196 63 213 -
CMYK 0.08 0.70 0 0.16
HSL 293.2º 0.64% 0.54% -
HSV(B) 293.2º 0.7% 0.84% -
XYZ 36.55 20.09 64.9 -
YUV 119.87 180.56 182.3 -
System Red Green Blue C M Y K H S L
Decimal 196 63 213 0.08 0.70 0 0.16 293.2 0.64 0.54
Hex C4 3F D5 8 46 0 10 125 40 36
Octal 304 77 325 10 106 0 20 445 100 66
Binary 11000100 111111 11010101 1000 1000110 0 10000 100100101 1000000 110110

Color Harmonies of #C43FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43FD5

Black with #C43FD5

Text Example


Text Example

White with #C43FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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