Html Css Color HEX #C43BDC Medium Orchid

📋 copy color: '#C43BDC'

red 196 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #C43BDC

Tints of Medium Orchid #C43BDC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.42%

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

R = 41.26%
G = 12.42%
B = 46.32%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C43BDC (or 0xC43BDC) is known color: Medium Orchid. HEX triplet: C4, 3B and DC. RGB value is (196,59,220). Sum of RGB (Red+Green+Blue) = 196+59+220=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #C43BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BDC is #3BC423. Grayscale: #757575. Windows color (decimal): -3916836 or 14433220. OLE color: 14433220.

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

Color convert

RGB 196 59 220 -
CMYK 0.11 0.73 0 0.14
HSL 291.06º 0.7% 0.55% -
HSV(B) 291.06º 0.73% 0.86% -
XYZ 37.25 20.03 69.61 -
YUV 118.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 196 59 220 0.11 0.73 0 0.14 291.06 0.7 0.55
Hex C4 3B DC B 49 0 E 123 46 37
Octal 304 73 334 13 111 0 16 443 106 67
Binary 11000100 111011 11011100 1011 1001001 0 1110 100100011 1000110 110111

Color Harmonies of #C43BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43BDC

Black with #C43BDC

Text Example


Text Example

White with #C43BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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