Html Css Color HEX #C443DC Medium Orchid

📋 copy color: '#C443DC'

red 196 ◦ green 67 ◦ blue 220

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

Shades of Medium Orchid #C443DC

Tints of Medium Orchid #C443DC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.87%

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

R = 40.58%
G = 13.87%
B = 45.55%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C443DC (or 0xC443DC) is known color: Medium Orchid. HEX triplet: C4, 43 and DC. RGB value is (196,67,220). Sum of RGB (Red+Green+Blue) = 196+67+220=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #C443DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C443DC is #3BBC23. Grayscale: #7A7A7A. Windows color (decimal): -3914788 or 14435268. OLE color: 14435268.

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

Color convert

RGB 196 67 220 -
CMYK 0.11 0.70 0 0.14
HSL 290.59º 0.69% 0.56% -
HSV(B) 290.59º 0.7% 0.86% -
XYZ 37.69 20.92 69.76 -
YUV 123.01 182.74 180.06 -
System Red Green Blue C M Y K H S L
Decimal 196 67 220 0.11 0.70 0 0.14 290.59 0.69 0.56
Hex C4 43 DC B 46 0 E 123 45 38
Octal 304 103 334 13 106 0 16 443 105 70
Binary 11000100 1000011 11011100 1011 1000110 0 1110 100100011 1000101 111000

Color Harmonies of #C443DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C443DC

Black with #C443DC

Text Example


Text Example

White with #C443DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C443DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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