Html Css Color HEX #C43FDC Medium Orchid

📋 copy color: '#C43FDC'

red 196 ◦ green 63 ◦ blue 220

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

Shades of Medium Orchid #C43FDC

Tints of Medium Orchid #C43FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 40.92%
G = 13.15%
B = 45.93%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C43FDC (or 0xC43FDC) is known color: Medium Orchid. HEX triplet: C4, 3F and DC. RGB value is (196,63,220). Sum of RGB (Red+Green+Blue) = 196+63+220=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 63 (25% from 255 or 13.15% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #C43FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43FDC is #3BC023. Grayscale: #787878. Windows color (decimal): -3915812 or 14434244. OLE color: 14434244.

HSL color Cylindrical-coordinate representation of color #C43FDC: hue angle of 290.83º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43FDC is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 63 220 -
CMYK 0.11 0.71 0 0.14
HSL 290.83º 0.69% 0.55% -
HSV(B) 290.83º 0.71% 0.86% -
XYZ 37.46 20.46 69.68 -
YUV 120.67 184.06 181.73 -
System Red Green Blue C M Y K H S L
Decimal 196 63 220 0.11 0.71 0 0.14 290.83 0.69 0.55
Hex C4 3F DC B 47 0 E 123 45 37
Octal 304 77 334 13 107 0 16 443 105 67
Binary 11000100 111111 11011100 1011 1000111 0 1110 100100011 1000101 110111

Color Harmonies of #C43FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43FDC

Black with #C43FDC

Text Example


Text Example

White with #C43FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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