Html Css Color HEX #C44DEC Medium Orchid

📋 copy color: '#C44DEC'

red 196 ◦ green 77 ◦ blue 236

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

Shades of Medium Orchid #C44DEC

Tints of Medium Orchid #C44DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 38.51%
G = 15.13%
B = 46.37%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C44DEC (or 0xC44DEC) is known color: Medium Orchid. HEX triplet: C4, 4D and EC. RGB value is (196,77,236). Sum of RGB (Red+Green+Blue) = 196+77+236=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 77 (30.47% from 255 or 15.13% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #C44DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C44DEC is #3BB213. Grayscale: #828282. Windows color (decimal): -3912212 or 15486404. OLE color: 15486404.

HSL color Cylindrical-coordinate representation of color #C44DEC: hue angle of 284.91º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44DEC is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 77 236 -
CMYK 0.17 0.67 0 0.07
HSL 284.91º 0.81% 0.61% -
HSV(B) 284.91º 0.67% 0.93% -
XYZ 40.56 23.1 81.68 -
YUV 130.71 187.42 174.57 -
System Red Green Blue C M Y K H S L
Decimal 196 77 236 0.17 0.67 0 0.07 284.91 0.81 0.61
Hex C4 4D EC 11 43 0 7 11D 51 3D
Octal 304 115 354 21 103 0 7 435 121 75
Binary 11000100 1001101 11101100 10001 1000011 0 111 100011101 1010001 111101

Color Harmonies of #C44DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44DEC

Black with #C44DEC

Text Example


Text Example

White with #C44DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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