Html Css Color HEX #C44DCF Medium Orchid

📋 copy color: '#C44DCF'

red 196 ◦ green 77 ◦ blue 207

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

Shades of Medium Orchid #C44DCF

Tints of Medium Orchid #C44DCF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.04%

 BLUE value IS 207 (81.25% from 255) = 43.13%

R = 40.83%
G = 16.04%
B = 43.13%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C44DCF (or 0xC44DCF) is known color: Medium Orchid. HEX triplet: C4, 4D and CF. RGB value is (196,77,207). Sum of RGB (Red+Green+Blue) = 196+77+207=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 77 (30.47% from 255 or 16.04% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #C44DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DCF is #3BB230. Grayscale: #7E7E7E. Windows color (decimal): -3912241 or 13585860. OLE color: 13585860.

HSL color Cylindrical-coordinate representation of color #C44DCF: hue angle of 294.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44DCF is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 77 207 -
CMYK 0.05 0.63 0 0.19
HSL 294.92º 0.58% 0.56% -
HSV(B) 294.92º 0.63% 0.81% -
XYZ 36.68 21.55 61.26 -
YUV 127.4 172.92 176.93 -
System Red Green Blue C M Y K H S L
Decimal 196 77 207 0.05 0.63 0 0.19 294.92 0.58 0.56
Hex C4 4D CF 5 3F 0 13 127 3A 38
Octal 304 115 317 5 77 0 23 447 72 70
Binary 11000100 1001101 11001111 101 111111 0 10011 100100111 111010 111000

Color Harmonies of #C44DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44DCF

Black with #C44DCF

Text Example


Text Example

White with #C44DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44DCF; }

 p { color: rgb(196,77,207); }

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

background-color css

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

 a { background-color: rgb(196,77,207); }

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

border-color css

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

 span { border-color: rgb(196,77,207); }

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