Html Css Color HEX #C44ECF Medium Orchid

📋 copy color: '#C44ECF'

red 196 ◦ green 78 ◦ blue 207

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

Shades of Medium Orchid #C44ECF

Tints of Medium Orchid #C44ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.22%

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

R = 40.75%
G = 16.22%
B = 43.04%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C44ECF (or 0xC44ECF) is known color: Medium Orchid. HEX triplet: C4, 4E and CF. RGB value is (196,78,207). Sum of RGB (Red+Green+Blue) = 196+78+207=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #C44ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44ECF is #3BB130. Grayscale: #7F7F7F. Windows color (decimal): -3911985 or 13586116. OLE color: 13586116.

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

Color convert

RGB 196 78 207 -
CMYK 0.05 0.62 0 0.19
HSL 294.88º 0.57% 0.56% -
HSV(B) 294.88º 0.62% 0.81% -
XYZ 36.75 21.69 61.28 -
YUV 127.99 172.59 176.51 -
System Red Green Blue C M Y K H S L
Decimal 196 78 207 0.05 0.62 0 0.19 294.88 0.57 0.56
Hex C4 4E CF 5 3E 0 13 127 39 38
Octal 304 116 317 5 76 0 23 447 71 70
Binary 11000100 1001110 11001111 101 111110 0 10011 100100111 111001 111000

Color Harmonies of #C44ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44ECF

Black with #C44ECF

Text Example


Text Example

White with #C44ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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