Html Css Color HEX #C44DDF Medium Orchid

📋 copy color: '#C44DDF'

red 196 ◦ green 77 ◦ blue 223

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

Shades of Medium Orchid #C44DDF

Tints of Medium Orchid #C44DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 39.52%
G = 15.52%
B = 44.96%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C44DDF (or 0xC44DDF) is known color: Medium Orchid. HEX triplet: C4, 4D and DF. RGB value is (196,77,223). Sum of RGB (Red+Green+Blue) = 196+77+223=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 77 (30.47% from 255 or 15.52% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #C44DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DDF is #3BB220. Grayscale: #808080. Windows color (decimal): -3912225 or 14634436. OLE color: 14634436.

HSL color Cylindrical-coordinate representation of color #C44DDF: hue angle of 288.9º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44DDF is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 77 223 -
CMYK 0.12 0.65 0 0.13
HSL 288.9º 0.7% 0.59% -
HSV(B) 288.9º 0.65% 0.87% -
XYZ 38.74 22.37 72.09 -
YUV 129.23 180.92 175.63 -
System Red Green Blue C M Y K H S L
Decimal 196 77 223 0.12 0.65 0 0.13 288.9 0.7 0.59
Hex C4 4D DF C 41 0 D 121 46 3B
Octal 304 115 337 14 101 0 15 441 106 73
Binary 11000100 1001101 11011111 1100 1000001 0 1101 100100001 1000110 111011

Color Harmonies of #C44DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44DDF

Black with #C44DDF

Text Example


Text Example

White with #C44DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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