Html Css Color HEX #C44CDC Medium Orchid

📋 copy color: '#C44CDC'

red 196 ◦ green 76 ◦ blue 220

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

Shades of Medium Orchid #C44CDC

Tints of Medium Orchid #C44CDC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.45%

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

R = 39.84%
G = 15.45%
B = 44.72%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C44CDC (or 0xC44CDC) is known color: Medium Orchid. HEX triplet: C4, 4C and DC. RGB value is (196,76,220). Sum of RGB (Red+Green+Blue) = 196+76+220=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 76 (30.08% from 255 or 15.45% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #C44CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44CDC is #3BB323. Grayscale: #7F7F7F. Windows color (decimal): -3912484 or 14437572. OLE color: 14437572.

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

Color convert

RGB 196 76 220 -
CMYK 0.11 0.65 0 0.14
HSL 290º 0.67% 0.58% -
HSV(B) 290º 0.65% 0.86% -
XYZ 38.27 22.07 69.95 -
YUV 128.3 179.76 176.29 -
System Red Green Blue C M Y K H S L
Decimal 196 76 220 0.11 0.65 0 0.14 290 0.67 0.58
Hex C4 4C DC B 41 0 E 122 43 3A
Octal 304 114 334 13 101 0 16 442 103 72
Binary 11000100 1001100 11011100 1011 1000001 0 1110 100100010 1000011 111010

Color Harmonies of #C44CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CDC

Black with #C44CDC

Text Example


Text Example

White with #C44CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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